Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Aug 2, 2015
1 parent 8e800a9 commit bd172e0
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -25,11 +25,7 @@ public enum BridgeMethodFilter implements
@Override
public Boolean apply(final Integer access, final String name,
final String desc, final String signature, final String[] exceptions) {
return (isSynthetic(access) || isBridge(access));
}

private boolean isBridge(final Integer access) {
return false;
return (isSynthetic(access));
}

private boolean isSynthetic(final Integer access) {
Expand Down

0 comments on commit bd172e0

Please sign in to comment.