qmgr/tests: Remove unused code (Clang).

This commit is contained in:
André Hentschel 2014-12-01 22:59:19 +01:00 committed by Alexandre Julliard
parent bf12844bf1
commit 84a2a963dd
1 changed files with 0 additions and 1 deletions

View File

@ -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;