mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-09 17:49:27 +00:00
path: remove unused local variable
This commit is contained in:
parent
013ecb4f2a
commit
6cf575b1ad
@ -1145,7 +1145,6 @@ int git_path_diriter_init(
|
|||||||
unsigned int flags)
|
unsigned int flags)
|
||||||
{
|
{
|
||||||
git_win32_path path_filter;
|
git_win32_path path_filter;
|
||||||
git_buf hack = {0};
|
|
||||||
|
|
||||||
static int is_win7_or_later = -1;
|
static int is_win7_or_later = -1;
|
||||||
if (is_win7_or_later < 0)
|
if (is_win7_or_later < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user