Skip to content

Commit

Permalink
TechDraw: Fix Coverity "Structurally Dead Code"
Browse files Browse the repository at this point in the history
CID 152020
  • Loading branch information
ianrrees committed Aug 15, 2016
1 parent 892271c commit 66bd0f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/TechDraw/App/DrawViewSection.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 66bd0f6

Please sign in to comment.