Skip to content

Commit

Permalink
Remove unused datafile reader variable in dummy_map tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyt3 committed Oct 4, 2024
1 parent 7b9c941 commit 830dfeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/dummy_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ void CreateEmptyMap(IStorage *pStorage)

dbg_msg("dummy_map", "dummy map written to '%s'", pMapName);

CDataFileReader Reader;
void *pData;
unsigned DataSize;
if(!pStorage->ReadFile(pMapName, IStorage::TYPE_ALL, &pData, &DataSize))
Expand Down

0 comments on commit 830dfeb

Please sign in to comment.