Removing unused code.

This commit is contained in:
Fredrik Holmqvist 2012-02-11 10:32:27 +01:00
parent 65f03741af
commit 37ea4f77f7
1 changed files with 0 additions and 2 deletions

View File

@ -73,9 +73,7 @@ HashString::Truncate(int32 newLength)
newLength = 0;
if (newLength < fLength) {
char *string = fString;
int32 len = fLength;
fString = NULL;
len = 0;
if (!_SetTo(string, newLength)) {
fString = string;
fLength = newLength;