From c1ba1dadac44fd52f3b581b0e50710a751d46f8b Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 29 Apr 1999 11:14:05 +0000 Subject: [PATCH] removed unused member git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@708 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/bytecode/BinaryInfo.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jode/jode/bytecode/BinaryInfo.java b/jode/jode/bytecode/BinaryInfo.java index 622f023..727a52e 100644 --- a/jode/jode/bytecode/BinaryInfo.java +++ b/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 {