0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
[occt.git] / src / DPrsStd / DPrsStd_AISPresentationCommands.cxx
index f316431..3c7e770 100755 (executable)
@@ -89,8 +89,6 @@ static Standard_Integer DPrsStd_AISDisplay (Draw_Interpretor& di,
     TPrsStd_AISViewer::Update(L);
     return 0;
   }
-  di << "DPrsStd_AISDisplay : Error" << "\n";
-  return 1;
 }
 
 //=======================================================================