buildTable removed

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1021 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 6c3c90b866
commit 12375451c3
  1. 4
      jode/jode/obfuscator/ClassIdentifier.java

@ -467,10 +467,6 @@ public class ClassIdentifier extends Identifier {
}
}
public void buildTable(Renamer renameRule) {
super.buildTable(renameRule);
}
/**
* Add the ClassInfo objects of the interfaces of ancestor. But if
* an interface of ancestor is not reachable it will add its interfaces

Loading…
Cancel
Save