summaryrefslogtreecommitdiff
path: root/src/library/scalax/collection/mutable/Map.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scalax/collection/mutable/Map.scala')
-rwxr-xr-xsrc/library/scalax/collection/mutable/Map.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library/scalax/collection/mutable/Map.scala b/src/library/scalax/collection/mutable/Map.scala
index 43f42df298..82fb6a5680 100755
--- a/src/library/scalax/collection/mutable/Map.scala
+++ b/src/library/scalax/collection/mutable/Map.scala
@@ -26,8 +26,6 @@ trait Map[A, B]
with Cloneable[Map[A, B]] {
self =>
- override def thisCC: Map[A, B] = this
-
/** This method allows one to add a new mapping from <code>key</code>
* to <code>value</code> to the map. If the map already contains a
* mapping for <code>key</code>, it will be overridden by this