Commit 5b8eccd3 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

oleaut32: Remove variable rOk which is not really used from VarMod.

parent 049cf5ac
......@@ -5420,7 +5420,6 @@ end:
HRESULT WINAPI VarMod(LPVARIANT left, LPVARIANT right, LPVARIANT result)
{
BOOL lOk = TRUE;
BOOL rOk = TRUE;
HRESULT rc = E_FAIL;
int resT = 0;
VARIANT lv,rv;
......@@ -5491,7 +5490,6 @@ HRESULT WINAPI VarMod(LPVARIANT left, LPVARIANT right, LPVARIANT result)
}
rOk = TRUE;
switch (V_VT(right) & VT_TYPEMASK) {
case VT_BOOL :
case VT_I1 :
......
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