removing an evil and unneeded delete [].

git-svn-id: svn://10.0.0.236/trunk@33002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 1999-05-27 22:02:17 +00:00
parent 36067e8aea
commit f74fc1db68

View File

@ -349,7 +349,6 @@ nsresult nsFileSpec::Move(const nsFileSpec& inNewParentDirectory)
return NS_OK;
}
delete [] destPath;
}
return NS_FILE_FAILURE;
} // nsFileSpec::Move