Module: wine Branch: master Commit: 84a2a963dda336714b20527b95f29623e48ecb9a URL: http://source.winehq.org/git/wine.git/?a=commit;h=84a2a963dda336714b20527b95...
Author: André Hentschel nerv@dawncrow.de Date: Mon Dec 1 22:59:19 2014 +0100
qmgr/tests: Remove unused code (Clang).
---
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 afe4b53..c77ff11 100644 --- a/dlls/qmgr/tests/file.c +++ b/dlls/qmgr/tests/file.c @@ -33,7 +33,6 @@ 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]; static WCHAR test_remoteUrl[MAX_PATH]; -static const ULONG test_fileCount = NUM_FILES; static const WCHAR test_displayName[] = {'T','e','s','t', 0}; static IBackgroundCopyJob *test_job; static IBackgroundCopyManager *test_manager;