TechDraw: Fix Coverity "Structurally Dead Code"
CID 152020
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user