Skip to content
Snippets Groups Projects
Commit 641a0f1b authored by Mark Olesen's avatar Mark Olesen
Browse files

HashTable: drop redundant check as Mattijs noticed

parent c7c9a6e0
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment