Blame SOURCES/boost-1.54.0-locale-unused_typedef.patch

e1f61e
diff -urp boost_1_54_0-orig/boost/locale/boundary/segment.hpp boost_1_54_0/boost/locale/boundary/segment.hpp
e1f61e
--- boost_1_54_0-orig/boost/locale/boundary/segment.hpp	2013-07-23 00:47:27.020787174 +0200
e1f61e
+++ boost_1_54_0/boost/locale/boundary/segment.hpp	2013-07-23 00:50:40.382959016 +0200
e1f61e
@@ -27,7 +27,6 @@ namespace boundary {
e1f61e
         int compare_text(LeftIterator l_begin,LeftIterator l_end,RightIterator r_begin,RightIterator r_end)
e1f61e
         {
e1f61e
             typedef LeftIterator left_iterator;
e1f61e
-            typedef RightIterator right_iterator;
e1f61e
             typedef typename std::iterator_traits<left_iterator>::value_type char_type;
e1f61e
             typedef std::char_traits<char_type> traits;
e1f61e
             while(l_begin!=l_end && r_begin!=r_end) {