TechDraw: Fix Coverity "Structurally Dead Code"

CID 152020
This commit is contained in:
Ian Rees 2016-08-15 21:41:56 +12:00
parent 892271c0d5
commit 66bd0f6b90

View File

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