From fafcc83520f086debfb5ebcb6f14895f3653760e Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 11 Jan 2016 08:58:08 +1100 Subject: [PATCH] Delete unused build_context::depths --- src/rose/rose_build_bytecode.cpp | 3 --- 1 file changed, 3 deletions(-) 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;