We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726807d commit 5fb0badCopy full SHA for 5fb0bad
src/mongo/db/query/optimizer/explain.cpp
@@ -108,11 +108,6 @@ class ExplainPrinterImpl {
108
_inlineNextChild(false),
109
_cmdInsertPos(-1) {}
110
111
- ~ExplainPrinterImpl() {
112
- uassert(6624003, "Unmatched indentations", _indentCount == 0);
113
- uassert(6624004, "Incorrect child count mark", _childrenRemaining == 0);
114
- }
115
-
116
ExplainPrinterImpl(const ExplainPrinterImpl& other) = delete;
117
ExplainPrinterImpl& operator=(const ExplainPrinterImpl& other) = delete;
118
0 commit comments