From 67b215e9746dcd1f1ceeb54017eb1deeffbed940 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 4 Feb 2010 17:15:18 +0000 Subject: Some hardening in the repl, and removing some f... Some hardening in the repl, and removing some functions which now exist in the standard library. No review. --- src/library/scala/util/Properties.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/library/scala/util/Properties.scala') diff --git a/src/library/scala/util/Properties.scala b/src/library/scala/util/Properties.scala index 450738b21d..ee3e68ed76 100644 --- a/src/library/scala/util/Properties.scala +++ b/src/library/scala/util/Properties.scala @@ -30,7 +30,6 @@ private[scala] trait PropertiesTrait props } - protected def onull[T <: AnyRef](x: T) = if (x eq null) None else Some(x) private def quietlyDispose(action: => Unit, disposal: => Unit) = try { action } finally { -- cgit v1.2.3