From 43daceac4777b88313fa9a5e324e44457574540b Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 10 Oct 2007 08:05:15 +0000 Subject: Removed outdated comment w.r.t. icode reader. --- .../scala/tools/nsc/symtab/classfile/ClassfileParser.scala | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala b/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala index fe448dcc76..6031aeec16 100644 --- a/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala +++ b/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala @@ -4,16 +4,6 @@ */ // $Id$ -/* Ideas to extend this to an icode reader: - * - * 1. Parse classfile a second time, creating a hashmap `code' that - * associates method symbols with code. - * 2. For every method symbol `meth' in the new scope: - * - * new = oldclass.info.decl(meth.name).suchThat(old => old.tpe =:= meth.tpe) - * - * code(new) = code(meth) - */ package scala.tools.nsc.symtab.classfile import java.io.IOException -- cgit v1.2.3