[Scummvm-cvs-logs] SF.net SVN: scummvm: [22874] scummvm/trunk/common/hashmap.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Jun 3 15:39:47 CEST 2006
Revision: 22874
Author: fingolfin
Date: 2006-06-03 06:39:39 -0700 (Sat, 03 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22874&view=rev
Log Message:
-----------
Really remove HashMap::find(char *)
Modified Paths:
--------------
scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h 2006-06-03 13:33:39 UTC (rev 22873)
+++ scummvm/trunk/common/hashmap.h 2006-06-03 13:39:39 UTC (rev 22874)
@@ -208,14 +208,6 @@
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?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list