Removing unused code.

This commit is contained in:
Fredrik Holmqvist
2012-02-11 18:39:57 +01:00
parent 65f03741af
commit 37ea4f77f7
-2
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;