getConstantPool removed

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@627 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent da32b3bdee
commit 8d40790946
  1. 5
      jode/jode/decompiler/ClassAnalyzer.java

@ -23,7 +23,6 @@ import jode.bytecode.ClassInfo;
import jode.bytecode.FieldInfo;
import jode.bytecode.MethodInfo;
import jode.bytecode.ConstantPool;
import jode.bytecode.ClassFormatException;
import jode.expr.Expression;
import jode.flow.TransformConstructors;
import java.util.NoSuchElementException;
@ -172,10 +171,6 @@ public class ClassAnalyzer implements Analyzer {
writer.closeBrace();
}
public ConstantPool getConstantPool() {
return clazz.getConstantPool();
}
public String getTypeString(Type type) {
return type.toString();
}

Loading…
Cancel
Save