diff --git a/reactos/subsys/system/explorer/shell/shellfs.cpp b/reactos/subsys/system/explorer/shell/shellfs.cpp index 409b2c6b1ff..77fe42c53e6 100644 --- a/reactos/subsys/system/explorer/shell/shellfs.cpp +++ b/reactos/subsys/system/explorer/shell/shellfs.cpp @@ -332,7 +332,6 @@ void ShellDirectory::read_directory(int scan_flags) #define FETCH_ITEM_COUNT 32 LPITEMIDLIST pidls[FETCH_ITEM_COUNT]; ULONG cnt = 0; - ULONG n; memset(pidls, 0, sizeof(pidls)); @@ -345,7 +344,7 @@ void ShellDirectory::read_directory(int scan_flags) if (hr_next == S_FALSE) break; - for(n=0; n