mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 01:27:12 +00:00
Removes unused var from JS debugger, from patch by Markus. Fixes #1852
This was SVN commit r14211.
This commit is contained in:
@@ -184,7 +184,6 @@ static Status AddFileResponse(const VfsPath& pathname, const CFileInfo& UNUSED(f
|
||||
void CDebuggingServer::EnumVfsJSFiles(std::stringstream& response)
|
||||
{
|
||||
VfsPath path = L"";
|
||||
VfsPaths pathnames;
|
||||
response.str(std::string());
|
||||
|
||||
std::vector<std::string> templates;
|
||||
|
||||
Reference in New Issue
Block a user