Skip to content

Commit

Permalink
remove useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscator-llvm committed Dec 3, 2014
1 parent d68ce4f commit 293d1b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Transforms/Obfuscation/BogusControlFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ namespace {
return false;
}


if(F.hasExternalLinkage() == 0) {
return false;
}
Expand Down

0 comments on commit 293d1b7

Please sign in to comment.