|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-04-28 03:04:03
Author: danieljames
Date: 2008-04-28 03:04:03 EDT (Mon, 28 Apr 2008)
New Revision: 44834
URL: http://svn.boost.org/trac/boost/changeset/44834
Log:
Remove a superfluous check.
Text files modified:
branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp (original)
+++ branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp 2008-04-28 03:04:03 EDT (Mon, 28 Apr 2008)
@@ -2150,7 +2150,6 @@
static inline bool group_equals(link_ptr it1, link_ptr it2, void*)
{
- if(!BOOST_UNORDERED_BORLAND_BOOL(it2)) return false;
link_ptr end1 = data::next_group(it1);
link_ptr end2 = data::next_group(it2);
do {
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