From 12375451c3ac05613671b26cacaf863463c197c6 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 5 Jul 1999 14:40:34 +0000 Subject: [PATCH] buildTable removed git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1021 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/obfuscator/ClassIdentifier.java | 4 ---- 1 file changed, 4 deletions(-) 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