update of ChangeLog

This commit is contained in:
erwin.coumans
2009-09-17 22:48:07 +00:00
parent 36de6fefbb
commit 49474da938
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,6 @@ class btHashMap
}
// Remove the last pair from the hash table.
const Value* lastValue = &m_valueArray[lastPairIndex];
int lastHash = m_keyArray[lastPairIndex].getHash() & (m_valueArray.capacity()-1);
index = m_hashTable[lastHash];