Skip to content

Commit 6cf575b

Browse files
committed
path: remove unused local variable
1 parent 013ecb4 commit 6cf575b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/path.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ int git_path_diriter_init(
11451145
unsigned int flags)
11461146
{
11471147
git_win32_path path_filter;
1148-
git_buf hack = {0};
11491148

11501149
static int is_win7_or_later = -1;
11511150
if (is_win7_or_later < 0)

0 commit comments

Comments
 (0)