summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-10-10 08:05:15 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-10-10 08:05:15 +0000
commit43daceac4777b88313fa9a5e324e44457574540b (patch)
tree6a58a902764741f8d0e5b59de8baa01cba6f2722
parenteeb6eb3873ca958e8d4ebe070bd8d79dc4819b92 (diff)
downloadscala-43daceac4777b88313fa9a5e324e44457574540b.tar.gz
scala-43daceac4777b88313fa9a5e324e44457574540b.tar.bz2
scala-43daceac4777b88313fa9a5e324e44457574540b.zip
Removed outdated comment w.r.t. icode reader.
-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