remove unused struct MinimalEdgeData
This commit is contained in:
parent
8fc8a4e303
commit
0235cf5d8e
@ -123,13 +123,6 @@ public:
|
||||
bool _backward:1;
|
||||
};
|
||||
|
||||
struct MinimalEdgeData {
|
||||
public:
|
||||
EdgeWeight distance;
|
||||
bool forward;
|
||||
bool backward;
|
||||
};
|
||||
|
||||
typedef NodeBasedEdge ImportEdge;
|
||||
|
||||
#endif // EDGE_H
|
||||
|
Loading…
Reference in New Issue
Block a user