From e65e912be5d6b5cc5e1256b60975d1ff579dee7b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 22 May 2014 15:17:59 -0500 Subject: [PATCH] win32_capture.c: Remove unused 'struct winnt_scan_stats' member --- src/win32_capture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32_capture.c b/src/win32_capture.c index 0115ed0d..064241e1 100644 --- a/src/win32_capture.c +++ b/src/win32_capture.c @@ -45,7 +45,6 @@ struct winnt_scan_stats { unsigned long num_get_sd_access_denied; unsigned long num_get_sacl_priv_notheld; - unsigned long num_long_path_warnings; }; static inline const wchar_t * -- 2.43.0