1
0
Fork 0

Removed unnecessary friend declaration

This commit is contained in:
Michael Hackstein 2017-04-26 10:02:20 +02:00
parent f876eef088
commit d3517eb491
1 changed files with 0 additions and 4 deletions

View File

@ -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);