0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4
[occt.git] / src / XSDRAW / XSDRAW.cxx
index ab02f3d..7f7d48d 100755 (executable)
@@ -142,10 +142,7 @@ void XSDRAW::LoadDraw (Draw_Interpretor& theCommands)
 {
   char mess[100];
   Sprintf (mess,command,varname);
-#ifdef DEB
-  IFSelect_ReturnStatus stat = 
-#endif
-    thepilot->Execute (mess);
+  thepilot->Execute (mess);
   return 1;  // stat ?
 }