summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/SystemProperties.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/sys/SystemProperties.scala')
-rw-r--r--src/library/scala/sys/SystemProperties.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library/scala/sys/SystemProperties.scala b/src/library/scala/sys/SystemProperties.scala
index da9adb3dc2..294be5cd71 100644
--- a/src/library/scala/sys/SystemProperties.scala
+++ b/src/library/scala/sys/SystemProperties.scala
@@ -64,7 +64,6 @@ object SystemProperties {
propertyHelp(p.key) = helpText
p
}
- private def str(key: String, helpText: String) = addHelp(Prop[String](key), helpText)
private def bool(key: String, helpText: String): BooleanProp = addHelp[BooleanProp](
if (key startsWith "java.") BooleanProp.valueIsTrue(key) else BooleanProp.keyExists(key),
helpText