From ee1626e63d9b31c8be05ff3a7938fd77f16728ce Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 15 Apr 2012 16:48:47 +0200 Subject: [PATCH] comment unused variable declaration Signed-off-by: Sven Strickroth --- src/TortoiseProc/TortoiseProc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/TortoiseProc.cpp b/src/TortoiseProc/TortoiseProc.cpp index 80a270445..efcc754df 100644 --- a/src/TortoiseProc/TortoiseProc.cpp +++ b/src/TortoiseProc/TortoiseProc.cpp @@ -108,7 +108,7 @@ HWND hWndExplorer; BOOL CTortoiseProcApp::CheckMsysGitDir() { - CGitIndexFileMap map; + //CGitIndexFileMap map; //int status; //CTGitPath path; //path.SetFromGit(_T("src/gpl.txt")); -- 2.11.4.GIT