summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/char_set/range_run_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/support/char_set/range_run_impl.hpp')
-rw-r--r--boost/spirit/home/support/char_set/range_run_impl.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/spirit/home/support/char_set/range_run_impl.hpp b/boost/spirit/home/support/char_set/range_run_impl.hpp
index fe91ad8f0d..9dd206454c 100644
--- a/boost/spirit/home/support/char_set/range_run_impl.hpp
+++ b/boost/spirit/home/support/char_set/range_run_impl.hpp
@@ -13,7 +13,6 @@
#include <boost/spirit/home/support/char_set/range_functions.hpp>
#include <boost/assert.hpp>
-#include <boost/integer_traits.hpp>
#include <algorithm>
namespace boost { namespace spirit { namespace support { namespace detail
@@ -25,9 +24,6 @@ namespace boost { namespace spirit { namespace support { namespace detail
// if *iter intersects with, or is adjacent to, 'range'...
if (can_merge(*iter, range))
{
- typedef typename Range::value_type value_type;
- typedef integer_traits<value_type> integer_traits;
-
// merge range and *iter
merge(*iter, range);