Delete unused build_context::depths

This commit is contained in:
Justin Viiret 2016-01-11 08:58:08 +11:00 committed by Matthew Barr
parent 48c9d7c381
commit fafcc83520

View File

@ -249,9 +249,6 @@ public:
};
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 */
map<RoseVertex, left_build_info> leftfix_info;