Module: wine Branch: master Commit: 2ecbdb85827fa28ac4037af32670855881bc2438 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ecbdb85827fa28ac4037af326...
Author: André Hentschel nerv@dawncrow.de Date: Sun Aug 7 22:16:09 2016 +0200
kernel32/tests: Remove superfluous filler definitions.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/loader.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/kernel32/tests/loader.c b/dlls/kernel32/tests/loader.c index 9aaecc2..6ee9e38 100644 --- a/dlls/kernel32/tests/loader.c +++ b/dlls/kernel32/tests/loader.c @@ -2128,7 +2128,6 @@ static void test_ExitProcess(void) } section_data = { 0xb8, dll_entry_point, { 0xff,0xe0 } }; #endif #include "poppack.h" - static const char filler[0x1000]; DWORD dummy, file_align; HANDLE file, thread, process, hmap, hmap_dup; char temp_path[MAX_PATH], dll_name[MAX_PATH], cmdline[MAX_PATH * 2]; @@ -2630,7 +2629,6 @@ static void test_ResolveDelayLoadedAPI(void) { static const char test_dll[] = "secur32.dll"; static const char test_func[] = "SealMessage"; - static const char filler[0x1000]; char temp_path[MAX_PATH]; char dll_name[MAX_PATH]; IMAGE_DELAYLOAD_DESCRIPTOR idd, *delaydir;