0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
[occt.git] / src / Geom2dGcc / Geom2dGcc_Circ2d2TanOn.cxx
index f9b6ad8..dd547cd 100755 (executable)
@@ -715,7 +715,6 @@ Standard_Boolean Geom2dGcc_Circ2d2TanOn::
     if (TheSame1(Index) == 0) { return Standard_False; }
     else { return Standard_True; }
   }
-  return Standard_False;
 }
 
 Standard_Boolean Geom2dGcc_Circ2d2TanOn::
@@ -731,5 +730,5 @@ Standard_Boolean Geom2dGcc_Circ2d2TanOn::
     if (TheSame1(Index) == 0) { return Standard_False; }
     else { return Standard_True; }
   }
-  return Standard_True;
+//  return Standard_True;
 }