summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reflect/scala/reflect/api/Constants.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reflect/scala/reflect/api/Constants.scala b/src/reflect/scala/reflect/api/Constants.scala
index f2d8ef2eb9..0bb64b3b12 100644
--- a/src/reflect/scala/reflect/api/Constants.scala
+++ b/src/reflect/scala/reflect/api/Constants.scala
@@ -37,7 +37,6 @@ trait Constants {
abstract class ConstantApi {
val value: Any
def tpe: Type
- def isNaN: Boolean
def booleanValue: Boolean
def byteValue: Byte
@@ -50,7 +49,5 @@ trait Constants {
def stringValue: String
def typeValue: Type
def symbolValue: Symbol
-
- def convertTo(pt: Type): Constant
}
}