]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Delete unused build_context::depths
authorJustin Viiret <justin.viiret@intel.com>
Sun, 10 Jan 2016 21:58:08 +0000 (08:58 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 1 Mar 2016 00:23:11 +0000 (11:23 +1100)
src/rose/rose_build_bytecode.cpp

index 5c56f2d58e28891e300fe870b17774839593fb76..b0c251f4d0f5fd38b9567cfa3221b82ec6f0c3b8 100644 (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;