0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
[occt.git] / src / ShapeBuild / ShapeBuild_Edge.cxx
index 983846c..3130400 100755 (executable)
@@ -566,7 +566,6 @@ Handle(Geom2d_Curve) ShapeBuild_Edge::TransformPCurve(const Handle(Geom2d_Curve)
     }
     return aBSpline2d;
   }
-  return result;
 }
 
 //=======================================================================