summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/base/TypeTags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/reflect/base/TypeTags.scala')
-rw-r--r--src/library/scala/reflect/base/TypeTags.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/library/scala/reflect/base/TypeTags.scala b/src/library/scala/reflect/base/TypeTags.scala
index fd7a204ff4..37e0c4f02f 100644
--- a/src/library/scala/reflect/base/TypeTags.scala
+++ b/src/library/scala/reflect/base/TypeTags.scala
@@ -103,11 +103,6 @@ trait TypeTags { self: Universe =>
import definitions._
- // should be removed in the subsequent commit
- // after the starr is redeployed
- trait AbsTypeTag[T]
- object AbsTypeTag
-
/**
* If an implicit value of type u.WeakTypeTag[T] is required, the compiler will make one up on demand.
* The implicitly created value contains in its tpe field a value of type u.Type that is a reflective representation of T.