From: Justin Viiret Date: Sun, 10 Jan 2016 21:58:08 +0000 (+1100) Subject: Delete unused build_context::depths X-Git-Tag: v4.2.0^2~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafcc83520f086debfb5ebcb6f14895f3653760e;p=thirdparty%2Fvectorscan.git Delete unused build_context::depths --- diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index 5c56f2d5..b0c251f4 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -249,9 +249,6 @@ public: }; struct build_context : boost::noncopyable { - /** \brief minimum depth in number of hops from root/anchored root. */ - map depths; - /** \brief information about engines to the left of a vertex */ map leftfix_info;