path: remove unused local variable

This commit is contained in:
Patrick Steinhardt 2016-11-25 15:01:04 +01:00
parent 013ecb4f2a
commit 6cf575b1ad

View File

@ -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)