aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/hashmap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/hashmap.h b/common/hashmap.h
index 35d715001c..5e3d2a0f2b 100644
--- a/common/hashmap.h
+++ b/common/hashmap.h
@@ -208,14 +208,6 @@ public:
return const_iterator(ctr, this);
return end();
}
-/*
- const_iterator find(const char *key) const {
- uint ctr = lookup(key);
- if (_arr[ctr])
- return const_iterator(ctr, this);
- return end();
- }
-*/
// TODO: insert() method?