summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-13 13:33:00 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-13 13:33:00 +0000
commitd9c1452ff877e2ffb8850becbc78735ae6f6a52b (patch)
treedbd03d67a7f9e5501d23e92dbe36463f269da84f /sources
parentc788c8898ca1b16e0283b58e75f56440b31fdf6e (diff)
downloadscala-d9c1452ff877e2ffb8850becbc78735ae6f6a52b.tar.gz
scala-d9c1452ff877e2ffb8850becbc78735ae6f6a52b.tar.bz2
scala-d9c1452ff877e2ffb8850becbc78735ae6f6a52b.zip
- Removed method synchronised
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/runtime/RunTime.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/scala/runtime/RunTime.java b/sources/scala/runtime/RunTime.java
index f5bfe0bf5f..d32a1fed8a 100644
--- a/sources/scala/runtime/RunTime.java
+++ b/sources/scala/runtime/RunTime.java
@@ -336,14 +336,6 @@ public abstract class RunTime {
public static void oarray_set(Object [] xs, int i, Object x) { xs[i] = x;}
//########################################################################
- // Public Functions - Synchronization primitives
-
- /** @meta method [?T](scala.AnyRef,?T) ?T; */
- public static Object synchronised(Object lock, Object body) {
- return body;
- }
-
- //########################################################################
}
// These classes may not be defined in class RunTime because inner