summaryrefslogtreecommitdiff
path: root/boost/wave/util/cpp_macromap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/util/cpp_macromap.hpp')
-rw-r--r--boost/wave/util/cpp_macromap.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/wave/util/cpp_macromap.hpp b/boost/wave/util/cpp_macromap.hpp
index 9f2f7a269b..ae4b712cdc 100644
--- a/boost/wave/util/cpp_macromap.hpp
+++ b/boost/wave/util/cpp_macromap.hpp
@@ -583,7 +583,6 @@ macromap<ContextT>::expand_tokensequence_worker(
// analyze the next element of the given sequence, if it is an
// T_IDENTIFIER token, try to replace this as a macro etc.
using namespace boost::wave;
- typedef unput_queue_iterator<IteratorT, token_type, ContainerT> iterator_type;
if (first != last) {
token_id id = token_id(*first);