=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ole32/tests: Remove unused variable (Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 2 13:40:21 CST 2014


Module: wine
Branch: master
Commit: 065e4770f00ccf387e01284ab7721b968a582c9f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=065e4770f00ccf387e01284ab7721b968a582c9f

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Dec  1 22:59:09 2014 +0100

ole32/tests: Remove unused variable (Clang).

---

 dlls/ole32/tests/moniker.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dlls/ole32/tests/moniker.c b/dlls/ole32/tests/moniker.c
index 695f67a..3dd8bd2 100644
--- a/dlls/ole32/tests/moniker.c
+++ b/dlls/ole32/tests/moniker.c
@@ -56,14 +56,6 @@ static char const * const *expected_method_list;
 static const WCHAR wszFileName1[] = {'c',':','\\','w','i','n','d','o','w','s','\\','t','e','s','t','1','.','d','o','c',0};
 static const WCHAR wszFileName2[] = {'c',':','\\','w','i','n','d','o','w','s','\\','t','e','s','t','2','.','d','o','c',0};
 
-static const CLSID CLSID_WineTest =
-{ /* 9474ba1a-258b-490b-bc13-516e9239ace0 */
-    0x9474ba1a,
-    0x258b,
-    0x490b,
-    {0xbc, 0x13, 0x51, 0x6e, 0x92, 0x39, 0xac, 0xe0}
-};
-
 static const CLSID CLSID_TestMoniker =
 { /* b306bfbc-496e-4f53-b93e-2ff9c83223d7 */
     0xb306bfbc,




More information about the wine-cvs mailing list