summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala10
1 files changed, 0 insertions, 10 deletions
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