mirror of
https://github.com/ddnet/ddnet.git
synced 2024-10-29 20:28:19 +00:00
Remove unused datafile reader variable in dummy_map
tool
This commit is contained in:
parent
a3b2146a16
commit
e63d7386be
|
@ -81,7 +81,6 @@ void CreateEmptyMap(IStorage *pStorage)
|
||||||
|
|
||||||
dbg_msg("dummy_map", "dummy map written to '%s'", pMapName);
|
dbg_msg("dummy_map", "dummy map written to '%s'", pMapName);
|
||||||
|
|
||||||
CDataFileReader Reader;
|
|
||||||
void *pData;
|
void *pData;
|
||||||
unsigned DataSize;
|
unsigned DataSize;
|
||||||
if(!pStorage->ReadFile(pMapName, IStorage::TYPE_ALL, &pData, &DataSize))
|
if(!pStorage->ReadFile(pMapName, IStorage::TYPE_ALL, &pData, &DataSize))
|
||||||
|
|
Loading…
Reference in a new issue