Commit 6cf575b1ad989fbb8a239dd6acc26d72286eb4cb

Patrick Steinhardt 2016-11-25T15:01:04

path: remove unused local variable

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/path.c b/src/path.c
index 2b1a962..7675527 100644
--- a/src/path.c
+++ b/src/path.c
@@ -1145,7 +1145,6 @@ int git_path_diriter_init(
 	unsigned int flags)
 {
 	git_win32_path path_filter;
-	git_buf hack = {0};
 
 	static int is_win7_or_later = -1;
 	if (is_win7_or_later < 0)