Removing unused code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user