mirror of https://gitee.com/bigwinds/arangodb
Removed unnecessary friend declaration
This commit is contained in:
parent
f876eef088
commit
d3517eb491
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue