summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2010-04-30 17:22:59 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2010-04-30 17:22:59 +0000
commit4758f2a87c2c069e9021bd23de4dd304d3623af7 (patch)
treee8f8ca0ffdac51b304ea2eeba8cd1d25a2201ff1 /src/compiler
parenta514ab4fe15d237998164d7b2825260de1c6a164 (diff)
downloadscala-4758f2a87c2c069e9021bd23de4dd304d3623af7.tar.gz
scala-4758f2a87c2c069e9021bd23de4dd304d3623af7.tar.bz2
scala-4758f2a87c2c069e9021bd23de4dd304d3623af7.zip
Removed AnnotationInfos.ScalaSigBytes from refl...
Removed AnnotationInfos.ScalaSigBytes from reflect.generic, as it is an implementation detail of the compiler and shouldn't be part of a public API. Review by odersky.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/symtab/AnnotationInfos.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/AnnotationInfos.scala b/src/compiler/scala/tools/nsc/symtab/AnnotationInfos.scala
index edc87108b4..f2e62856d5 100644
--- a/src/compiler/scala/tools/nsc/symtab/AnnotationInfos.scala
+++ b/src/compiler/scala/tools/nsc/symtab/AnnotationInfos.scala
@@ -56,7 +56,6 @@ trait AnnotationInfos extends reflect.generic.AnnotationInfos { self: SymbolTabl
else
definitions.ScalaSignatureAnnotation.tpe
}
- object ScalaSigBytes extends ScalaSigBytesExtractor
/** Represents a nested classfile annotation */
case class NestedAnnotArg(annInfo: AnnotationInfo)