mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove unnecessary use of GetCompletePath
The result `aFullPath` is unused.
This commit is contained in:
parent
082c44889a
commit
10b486a6b0
|
@ -81,8 +81,6 @@ public:
|
|||
if(!m_pConsole || !m_pStorage)
|
||||
return;
|
||||
|
||||
char aFullPath[IO_MAX_PATH_LENGTH];
|
||||
m_pStorage->GetCompletePath(IStorage::TYPE_SAVE, "dumps/", aFullPath, sizeof(aFullPath));
|
||||
m_pConsole->Register("dbg_lognetwork", "", CFGFLAG_SERVER | CFGFLAG_CLIENT, Con_DbgLognetwork, this, "Log the network");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue