diff options
Diffstat (limited to 'src/win32/path_w32.c')
| -rw-r--r-- | src/win32/path_w32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/win32/path_w32.c b/src/win32/path_w32.c index c145379f7..118e8bcc5 100644 --- a/src/win32/path_w32.c +++ b/src/win32/path_w32.c @@ -30,11 +30,6 @@ #define path__is_unc(p) \ (((p)[0] == '\\' && (p)[1] == '\\') || ((p)[0] == '/' && (p)[1] == '/')) -/* Using _FIND_FIRST_EX_LARGE_FETCH may increase performance in Windows 7 - * and better. Prior versions will ignore this. - */ -#define _FIND_FIRST_EX_LARGE_FETCH 2 - GIT_INLINE(int) path__cwd(wchar_t *path, int size) { int len; |
