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