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