mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
HashTable: drop redundant check as Mattijs noticed
This commit is contained in:
@ -180,7 +180,7 @@ inline Foam::HashTable<T, Key, Hash>::iteratorBase::iteratorBase
|
|||||||
entryPtr_(0),
|
entryPtr_(0),
|
||||||
hashIndex_(0)
|
hashIndex_(0)
|
||||||
{
|
{
|
||||||
if (hashTable_->nElmts_ && hashTable_->table_)
|
if (hashTable_->nElmts_)
|
||||||
{
|
{
|
||||||
// find first non-NULL table entry
|
// find first non-NULL table entry
|
||||||
while
|
while
|
||||||
|
|||||||
Reference in New Issue
Block a user