diff --git a/jode/jode/obfuscator/ClassIdentifier.java b/jode/jode/obfuscator/ClassIdentifier.java index 8be649a..0885c80 100644 --- a/jode/jode/obfuscator/ClassIdentifier.java +++ b/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