summaryrefslogtreecommitdiff
path: root/boost/spirit/home/classic/error_handling/exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/classic/error_handling/exceptions.hpp')
-rw-r--r--boost/spirit/home/classic/error_handling/exceptions.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/spirit/home/classic/error_handling/exceptions.hpp b/boost/spirit/home/classic/error_handling/exceptions.hpp
index c2e0c86983..0fb036a205 100644
--- a/boost/spirit/home/classic/error_handling/exceptions.hpp
+++ b/boost/spirit/home/classic/error_handling/exceptions.hpp
@@ -140,7 +140,6 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN
parse(ScannerT const& scan) const
{
typedef typename parser_result<ParserT, ScannerT>::type result_t;
- typedef typename ScannerT::iterator_t iterator_t;
result_t hit = this->subject().parse(scan);
if (!hit)