Remove unused variable.

This commit is contained in:
vng 2011-10-03 20:41:21 +03:00 committed by Alex Zolotarev
parent bf52883265
commit 3e7da5f130

View file

@ -494,7 +494,6 @@ namespace feature
bool GenerateFinalFeatures(string const & datFilePath, int mapType)
{
// rename input file
Platform & platform = GetPlatform();
string tempDatFilePath(datFilePath);
tempDatFilePath += ".notsorted";