diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-08-13 17:42:06 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-13 18:59:17 -0700 |
| commit | 6b43c0c1add8d2caaa3c391d8d8daca2c609047e (patch) | |
| tree | 2223eb0347d5dd4084afaed19120874fd2a03c7b /src/libcore/send_map.rs | |
| parent | 2e1b98d34f105f4632b30bcd5c51e40cb7a1b637 (diff) | |
Stop parsing old operator overloading syntax
Diffstat (limited to 'src/libcore/send_map.rs')
| -rw-r--r-- | src/libcore/send_map.rs | 3 |
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> { |
