ole32/tests: Remove unused variable (Clang).
This commit is contained in:
parent
1463325797
commit
065e4770f0
|
@ -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 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 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 =
|
static const CLSID CLSID_TestMoniker =
|
||||||
{ /* b306bfbc-496e-4f53-b93e-2ff9c83223d7 */
|
{ /* b306bfbc-496e-4f53-b93e-2ff9c83223d7 */
|
||||||
0xb306bfbc,
|
0xb306bfbc,
|
||||||
|
|
Loading…
Reference in New Issue