applyPreserveRule removed

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1011 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 77e3f4f9b7
commit 2a94fad7c8
  1. 7
      jode/jode/obfuscator/FieldIdentifier.java

@ -63,13 +63,6 @@ public class FieldIdentifier extends Identifier{
this.constant = info.getConstant();
}
public void applyPreserveRule(int preserveRule) {
if ((preserveRule & (info.getModifiers() ^ Modifier.PRIVATE)) != 0) {
setReachable();
setPreserved();
}
}
public void setSingleReachable() {
super.setSingleReachable();
Main.getClassBundle().analyzeIdentifier(this);

Loading…
Cancel
Save