0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / TestTopOpe / TestTopOpe_CORCommands.cxx
index 35a5891..cf8c423 100755 (executable)
@@ -256,10 +256,6 @@ Standard_Integer reguso(Draw_Interpretor& di, Standard_Integer n, const char** a
     TopOpeBRepBuild_ShellToSolid SheToSo;      
     for (; itm.More(); itm.Next()) {
       const TopTools_ListOfShape& lns = itm.Value();
-#ifdef DEB
-      Standard_Integer nlns =
-#endif
-                              lns.Extent();
       TopTools_ListIteratorOfListOfShape itsh(lns);
       for (; itsh.More(); itsh.Next()) {
        const TopoDS_Shell& she = TopoDS::Shell(itsh.Value());
@@ -602,9 +598,6 @@ static Standard_Integer classifBnd2d(Draw_Interpretor& di, Standard_Integer n, c
   TopoDS_Shape W1 = DBRep::Get(a[1]);
   TopoDS_Shape W2 = DBRep::Get(a[2]);
   TopoDS_Shape F = DBRep::Get(a[3]);
-#ifdef DEB
-  Standard_Integer i = atoi(a[4]);
-#endif
   
   TopoDS_Wire w1 = TopoDS::Wire(W1);
   TopoDS_Wire w2 = TopoDS::Wire(W2);