0024059: Eliminate compiler warning C4701 in MSVC++ with warning level 4
[occt.git] / src / LocOpe / LocOpe_CSIntersector.cxx
index 4c2c8b0..42fc645 100755 (executable)
@@ -543,11 +543,9 @@ static void AddPoints(IntCurvesFace_Intersector& theInt,
     param = theInt.WParameter(j);
     paramu = theInt.UParameter(j);
     paramv = theInt.VParameter(j);
-#ifdef DEB
-    TopAbs_Orientation theor;
-#else
+
     TopAbs_Orientation theor=TopAbs_FORWARD;
-#endif
+
     switch (theInt.Transition(j)) {
     case IntCurveSurface_In:
 /* JAG 13.09.96