From d673a1b3ec7612aee8cc648afc932dda225276ea Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 3 Aug 2012 23:40:48 +0200 Subject: [PATCH] Forgot to commit a file in revision d26a877eeac772d1c543adfc04e50c8667e50573 Signed-off-by: Sven Strickroth --- src/TGitCache/TGITCache.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/TGitCache/TGITCache.cpp b/src/TGitCache/TGITCache.cpp index 5dbc0ee51..187534f59 100644 --- a/src/TGitCache/TGITCache.cpp +++ b/src/TGitCache/TGITCache.cpp @@ -103,9 +103,6 @@ int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /* return 0; } -// apr_initialize(); -// svn_dso_initialize2(); - g_GitAdminDir.Init(); CGitStatusCache::Create(); CGitStatusCache::Instance().Init(); @@ -223,8 +220,6 @@ int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /* Shell_NotifyIcon(NIM_DELETE,&niData); CGitStatusCache::Destroy(); - g_GitAdminDir.Close(); -// apr_terminate(); return 0; } -- 2.11.4.GIT