summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2006-06-30 13:05:49 +0000
committerBurak Emir <emir@epfl.ch>2006-06-30 13:05:49 +0000
commit8aaebe5639fc397095520e73083d57f224e68e1a (patch)
treec6efcc6f41f071f9737f965a12c2923911245b3e
parent53366074ae7e2b72eb06dd1b569353a3f0157d2d (diff)
downloadscala-8aaebe5639fc397095520e73083d57f224e68e1a.tar.gz
scala-8aaebe5639fc397095520e73083d57f224e68e1a.tar.bz2
scala-8aaebe5639fc397095520e73083d57f224e68e1a.zip
namespacedefault is not needed anymore
-rw-r--r--src/library/scala/Predef.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library/scala/Predef.scala b/src/library/scala/Predef.scala
index e33a2cc8df..0b18683135 100644
--- a/src/library/scala/Predef.scala
+++ b/src/library/scala/Predef.scala
@@ -70,8 +70,6 @@ object Predef {
def fst[a](x: a, y: Any): a = x
def scd[a](x: Any, y: a): a = y
*/
-//todo: remove from here!
- val namespace$default = ""
val $scope = scala.xml.TopScope
type Function[-a,+b] = Function1[a,b]