diff --git a/arangod/Aql/ShortestPathBlock.h b/arangod/Aql/ShortestPathBlock.h index 4f2fcfe963..0f59d959a2 100644 --- a/arangod/Aql/ShortestPathBlock.h +++ b/arangod/Aql/ShortestPathBlock.h @@ -32,7 +32,6 @@ namespace arangodb { class ManagedDocumentResult; namespace graph { -class ConstantWeightShortestPathFinder; class ShortestPathFinder; class ShortestPathResult; } @@ -49,9 +48,6 @@ class ShortestPathBlock : public ExecutionBlock { friend struct EdgeWeightExpanderLocal; friend struct EdgeWeightExpanderCluster; - // TODO ONLY TEMPORARY - friend class graph::ConstantWeightShortestPathFinder; - public: ShortestPathBlock(ExecutionEngine* engine, ShortestPathNode const* ep);