0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
[occt.git] / src / XSControl / XSControl_Functions.cxx
index 5f423d3..e83f740 100755 (executable)
@@ -140,7 +140,6 @@ static IFSelect_ReturnStatus XSControl_xnorm(const Handle(IFSelect_SessionPilot)
     IFSelect_Activator::SetCurrentAlias (WS->SelectedNorm(Standard_True));
     return IFSelect_RetDone;
   }
-  return IFSelect_RetVoid;
 }