TechDraw: Fix Coverity "Structurally Dead Code"

CID 152020
This commit is contained in:
Ian Rees
2016-08-15 21:41:56 +12:00
parent 84ea8cdee1
commit 6858ef9c41

View File

@@ -320,7 +320,6 @@ TopoDS_Face DrawViewSection::projectFace(const TopoDS_Shape &face,
{
if(face.IsNull()) {
throw Base::Exception("DrawViewSection::projectFace - input Face is NULL");
return TopoDS_Face();
}
gp_Ax2 transform;