From fce53bc99b7d378beb7fa0ca91ef7ee9dd633e72 Mon Sep 17 00:00:00 2001 From: cremet Date: Mon, 8 Mar 2004 18:44:45 +0000 Subject: - Added a node DocDef for documentation comments. - Fixed a bug that made an error when stopping the compiler after phase "analyze". --- sources/scalac/Global.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sources/scalac/Global.java') diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java index 5a02a5a435..bf95540e99 100644 --- a/sources/scalac/Global.java +++ b/sources/scalac/Global.java @@ -96,10 +96,6 @@ public abstract class Global { public final PrintWriter writer; public final TreePrinter treePrinter; - /** documentation comments of trees - */ - public final Map/**/ mapTreeComment = new HashMap(); - /** documentation comments of symbols */ public final Map/**/ mapSymbolComment = new HashMap(); -- cgit v1.2.3