Module: wine Branch: master Commit: 8ae3c7ae275b0a85ce189ec0734f381e2c9658a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8ae3c7ae275b0a85ce189ec073...
Author: André Hentschel nerv@dawncrow.de Date: Tue Dec 9 00:59:16 2014 +0100
qmgr/tests: Remove unused macro.
---
dlls/qmgr/tests/file.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/qmgr/tests/file.c b/dlls/qmgr/tests/file.c index c77ff11..5e6eb34 100644 --- a/dlls/qmgr/tests/file.c +++ b/dlls/qmgr/tests/file.c @@ -28,7 +28,6 @@ #include "bits.h"
/* Globals used by many tests */ -#define NUM_FILES 1 static const WCHAR test_remoteName[] = {'r','e','m','o','t','e', 0}; static const WCHAR test_localName[] = {'l','o','c','a','l', 0}; static WCHAR test_localFile[MAX_PATH];