1
0
Fork 0

Remove whitespace changes

This commit is contained in:
Tobias Gödderz 2019-11-29 10:33:55 +01:00
parent 751597cc25
commit 8aa57f5fda
1 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,7 @@ void Optimizer::addPlan(std::unique_ptr<ExecutionPlan> plan,
OptimizerRule const* rule, bool wasModified, int newLevel) {
TRI_ASSERT(plan != nullptr);
TRI_ASSERT(&_currentRule->second.rule == rule);
plan->setValidity(true);
auto it = _currentRule;
@ -66,7 +66,6 @@ void Optimizer::addPlan(std::unique_ptr<ExecutionPlan> plan,
it = _rules.upper_bound(newLevel);
}
if (wasModified) {
if (!rule->isHidden) {
// register which rules modified / created the plan