Removes unused var from JS debugger, from patch by Markus. Fixes #1852

This was SVN commit r14211.
This commit is contained in:
historic_bruno
2013-11-17 23:41:19 +00:00
parent d672d9625d
commit 5ce8de1f0a
@@ -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;