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;
|
class ManagedDocumentResult;
|
||||||
|
|
||||||
namespace graph {
|
namespace graph {
|
||||||
class ConstantWeightShortestPathFinder;
|
|
||||||
class ShortestPathFinder;
|
class ShortestPathFinder;
|
||||||
class ShortestPathResult;
|
class ShortestPathResult;
|
||||||
}
|
}
|
||||||
|
@ -49,9 +48,6 @@ class ShortestPathBlock : public ExecutionBlock {
|
||||||
friend struct EdgeWeightExpanderLocal;
|
friend struct EdgeWeightExpanderLocal;
|
||||||
friend struct EdgeWeightExpanderCluster;
|
friend struct EdgeWeightExpanderCluster;
|
||||||
|
|
||||||
// TODO ONLY TEMPORARY
|
|
||||||
friend class graph::ConstantWeightShortestPathFinder;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ShortestPathBlock(ExecutionEngine* engine, ShortestPathNode const* ep);
|
ShortestPathBlock(ExecutionEngine* engine, ShortestPathNode const* ep);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue