about summary refs log tree commit diff
path: root/src/libcore/send_map.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-08-13 17:42:06 -0700
committerBrian Anderson <banderson@mozilla.com>2012-08-13 18:59:17 -0700
commit6b43c0c1add8d2caaa3c391d8d8daca2c609047e (patch)
tree2223eb0347d5dd4084afaed19120874fd2a03c7b /src/libcore/send_map.rs
parent2e1b98d34f105f4632b30bcd5c51e40cb7a1b637 (diff)
Stop parsing old operator overloading syntax
Diffstat (limited to 'src/libcore/send_map.rs')
-rw-r--r--src/libcore/send_map.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/send_map.rs b/src/libcore/send_map.rs
index f49cee1ba07..6ce590c5ec9 100644
--- a/src/libcore/send_map.rs
+++ b/src/libcore/send_map.rs
@@ -275,9 +275,6 @@ mod linear {
             option::unwrap(value)
         }
 
-        fn [](k: &K) -> V {
-            self.get(k)
-        }
     }
 
     impl<K,V> &linear_map<K,V> {