summaryrefslogtreecommitdiff
path: root/src/maps/smap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maps/smap.h')
-rw-r--r--src/maps/smap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maps/smap.h b/src/maps/smap.h
index 2096139..e056519 100644
--- a/src/maps/smap.h
+++ b/src/maps/smap.h
@@ -30,7 +30,6 @@ class smap : public hmap<obj_type, key_type>
void add_elem ( const obj_type &x, const key_type &k );
obj_type set_elem ( const obj_type &x, const key_type &k );
void del_elem ( const key_type &k );
- void rename_key ( const key_type &k1, const key_type &k2 );
bool is_avail ( const key_type &k );
obj_type get_elem ( const key_type &k );
obj_type pop_elem ( const key_type &k );