diff --git a/panda/src/putil/simpleHashMap.h b/panda/src/putil/simpleHashMap.h index d501148b9a..1031e16b32 100644 --- a/panda/src/putil/simpleHashMap.h +++ b/panda/src/putil/simpleHashMap.h @@ -32,12 +32,6 @@ // it wants an additional method on the Compare object, // Compare::is_equal(a, b), and (c) it doesn't depend on // the system STL providing hash_map. -// -// The map uses a void * as a unique key, which is -// associated with another void * as data. You may pass -// any pointer other than NULL as the key; you may pass -// any pointer (including NULL) as the data. Only one -// entry is stored per each different key pointer. //////////////////////////////////////////////////////////////////// template > > class SimpleHashMap {