From 6cf575b1ad989fbb8a239dd6acc26d72286eb4cb Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 25 Nov 2016 15:01:04 +0100 Subject: [PATCH] path: remove unused local variable --- src/path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/path.c b/src/path.c index 2b1a9622e..767552778 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)