summaryrefslogtreecommitdiff
path: root/boost/spirit/home/classic/tree/parse_tree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/classic/tree/parse_tree.hpp')
-rw-r--r--boost/spirit/home/classic/tree/parse_tree.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/spirit/home/classic/tree/parse_tree.hpp b/boost/spirit/home/classic/tree/parse_tree.hpp
index dcca9b3fb4..754d74a4aa 100644
--- a/boost/spirit/home/classic/tree/parse_tree.hpp
+++ b/boost/spirit/home/classic/tree/parse_tree.hpp
@@ -76,7 +76,6 @@ struct pt_tree_policy :
template<typename MatchAT, typename MatchBT>
static void concat(MatchAT& a, MatchBT const& b)
{
- typedef typename match_t::attr_t attr_t;
BOOST_SPIRIT_ASSERT(a && b);
std::copy(b.trees.begin(), b.trees.end(),