summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/Boxed.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/runtime/Boxed.scala')
-rw-r--r--src/library/scala/runtime/Boxed.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/library/scala/runtime/Boxed.scala b/src/library/scala/runtime/Boxed.scala
deleted file mode 100644
index 933444773d..0000000000
--- a/src/library/scala/runtime/Boxed.scala
+++ /dev/null
@@ -1,12 +0,0 @@
-/* __ *\
-** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2013, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
-** /____/\___/_/ |_/____/_/ | | **
-** |/ **
-\* */
-
-package scala
-package runtime
-
-trait Boxed { }