removed debug leftover

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24072 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-02-23 00:49:17 +00:00
parent 95c02f082c
commit 10d36f0e44

View File

@ -328,8 +328,6 @@ _BWidthBuffer_::HashEscapements(const char *inText, int32 numChars, int32 textLe
// Create and initialize a new hash table
hashed_escapement *newWidths = new hashed_escapement[newSize];
for (int32 i = 0; i < newSize; i++)
newWidths[i].code = kInvalidCode;
// Rehash the values, and put them into the new table
for (uint32 oldPos = 0; oldPos < (uint32)table.tableCount; oldPos++) {