Skip to content

Commit

Permalink
Eliminate useless return statement
Browse files Browse the repository at this point in the history
This was structurally dead code
  • Loading branch information
dpiparo authored Sep 13, 2016
1 parent f6fb26a commit b4274e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asin.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ inline float fast_asinf(float x){
// Restore Sign
return details::spORuint32(res,sign_mask);

return( z );
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit b4274e7

Please sign in to comment.