removed unused member

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@708 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent eb4e2d9e47
commit c1ba1dadac
  1. 2
      jode/jode/bytecode/BinaryInfo.java

@ -34,8 +34,6 @@ public class BinaryInfo {
public static final int ALL_ATTRIBUTES = 0x10;
public static final int FULLINFO = 0xff;
private int status = 0;
protected SimpleDictionary unknownAttributes;
protected void skipAttributes(DataInputStream input) throws IOException {

Loading…
Cancel
Save