Commit 5ca437e7 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

ole32/tests: Remove unused assignment (LLVM/Clang).

parent a96b23cc
...@@ -870,7 +870,7 @@ static void test_CoRegisterClassObject(void) ...@@ -870,7 +870,7 @@ static void test_CoRegisterClassObject(void)
/* crashes with at least win9x DCOM! */ /* crashes with at least win9x DCOM! */
if (0) if (0)
hr = CoRevokeClassObject(cookie); CoRevokeClassObject(cookie);
CoUninitialize(); CoUninitialize();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment