mirror of
https://github.com/boostorg/unordered.git
synced 2026-05-03 19:30:53 +02:00
Unordered: Remove unreachable code.
[SVN r74218]
This commit is contained in:
@@ -128,8 +128,6 @@ namespace boost { namespace unordered { namespace detail {
|
||||
if (n1 == end1) return n2 == end2;
|
||||
if (n2 == end2) return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user