Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74218 - trunk/boost/unordered/detail
From: dnljms_at_[hidden]
Date: 2011-09-04 07:58:58


Author: danieljames
Date: 2011-09-04 07:58:56 EDT (Sun, 04 Sep 2011)
New Revision: 74218
URL: http://svn.boost.org/trac/boost/changeset/74218

Log:
Unordered: Remove unreachable code.
Text files modified:
   trunk/boost/unordered/detail/equivalent.hpp | 2 --
   1 files changed, 0 insertions(+), 2 deletions(-)

Modified: trunk/boost/unordered/detail/equivalent.hpp
==============================================================================
--- trunk/boost/unordered/detail/equivalent.hpp (original)
+++ trunk/boost/unordered/detail/equivalent.hpp 2011-09-04 07:58:56 EDT (Sun, 04 Sep 2011)
@@ -128,8 +128,6 @@
                 if (n1 == end1) return n2 == end2;
                 if (n2 == end2) return false;
             }
-
- return true;
         }
 
 #endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk