mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
path: remove unused local variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user