1
0
Fork 0

removed #if

This commit is contained in:
Jan Steemann 2014-09-18 13:23:38 +02:00
parent 50571f84db
commit 4a2693cebd
1 changed files with 0 additions and 2 deletions

View File

@ -1586,7 +1586,6 @@ int triagens::aql::distributeInCluster (Optimizer* opt,
Optimizer::Rule const* rule) {
bool wasModified = false;
#if 0
if (triagens::arango::ServerState::instance()->isCoordinator()) {
// we are a coordinator. now look in the plan for nodes of type
// EnumerateCollectionNode and IndexRangeNode
@ -1647,7 +1646,6 @@ int triagens::aql::distributeInCluster (Optimizer* opt,
wasModified = true;
}
}
#endif
opt->addPlan(plan, rule->level, wasModified);