mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Delete unused build_context::depths
This commit is contained in:
committed by
Matthew Barr
parent
48c9d7c381
commit
fafcc83520
@@ -249,9 +249,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct build_context : boost::noncopyable {
|
struct build_context : boost::noncopyable {
|
||||||
/** \brief minimum depth in number of hops from root/anchored root. */
|
|
||||||
map<RoseVertex, u32> depths;
|
|
||||||
|
|
||||||
/** \brief information about engines to the left of a vertex */
|
/** \brief information about engines to the left of a vertex */
|
||||||
map<RoseVertex, left_build_info> leftfix_info;
|
map<RoseVertex, left_build_info> leftfix_info;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user