Commit fdd1149c292727439c6616743ad044df3c74527c

nulltoken 2012-04-14T13:46:13

Fix MSVC compilation warnings Removed unreferenced variables.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests-clar/repo/open.c b/tests-clar/repo/open.c
index 28bae40..2fbcbf5 100644
--- a/tests-clar/repo/open.c
+++ b/tests-clar/repo/open.c
@@ -232,7 +232,6 @@ void test_repo_open__win32_path(void)
 #ifdef GIT_WIN32
 	git_repository *repo = cl_git_sandbox_init("empty_standard_repo"), *repo2;
 	git_buf winpath = GIT_BUF_INIT;
-	char *src, *tgt;
 	static const char *repo_path = "empty_standard_repo/.git/";
 	static const char *repo_wd   = "empty_standard_repo/";