From 4cdff61887a0339150e1dd8cb571be0c7a9a89f1 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 18 Aug 2003 21:27:31 +0000 Subject: - Removed unused field phaseId --- sources/scalac/symtab/classfile/ClassfileParser.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/scalac/symtab/classfile/ClassfileParser.java b/sources/scalac/symtab/classfile/ClassfileParser.java index 1fbd14174c..48295cec46 100644 --- a/sources/scalac/symtab/classfile/ClassfileParser.java +++ b/sources/scalac/symtab/classfile/ClassfileParser.java @@ -46,7 +46,6 @@ public class ClassfileParser implements ClassfileConstants { protected ConstantPool pool; protected AttributeParser attrib; protected Definitions defs; - protected int phaseId; public ClassfileParser(Global global, AbstractFileReader in, Symbol c) { @@ -59,7 +58,6 @@ public class ClassfileParser implements ClassfileConstants { this.pool = new ConstantPool(in, sigs); this.attrib = new AttributeParser(in, pool, this); this.defs = global.definitions; - this.phaseId = global.POST_ANALYZER_PHASE_ID; } -- cgit v1.2.3