summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/annotation/synchronized.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/library/scala/annotation/synchronized.scala b/src/library/scala/annotation/synchronized.scala
deleted file mode 100644
index 9470c7173c..0000000000
--- a/src/library/scala/annotation/synchronized.scala
+++ /dev/null
@@ -1,15 +0,0 @@
-/* __ *\
-** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
-** /____/\___/_/ |_/____/_/ | | **
-** |/ **
-\* */
-
-package scala.annotation
-
-/**
- * If this annotation is present on a method, the synchronized flag will be emitted.
- * FIXME This should be internal to the compiler
- */
-private[scala] class synchronized extends StaticAnnotation