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

Removed dead code in VarDateFromUI2().

parent db3b78f7
......@@ -3113,11 +3113,6 @@ HRESULT WINAPI VarDateFromUI2(USHORT uiIn, DATE* pdateOut)
{
TRACE("( %d, %p ), stub\n", uiIn, pdateOut );
if( uiIn > DATE_MAX )
{
return DISP_E_OVERFLOW;
}
*pdateOut = (DATE) uiIn;
return S_OK;
......
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