Browse Source

fix comment

David Rose 18 năm trước cách đây
mục cha
commit
728ad3922a
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      panda/src/putil/simpleHashMap.h

+ 0 - 6
panda/src/putil/simpleHashMap.h

@@ -32,12 +32,6 @@
 //               it wants an additional method on the Compare object,
 //               it wants an additional method on the Compare object,
 //               Compare::is_equal(a, b), and (c) it doesn't depend on
 //               Compare::is_equal(a, b), and (c) it doesn't depend on
 //               the system STL providing hash_map.
 //               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 Key, class Value, class Compare = method_hash<Key, less<Key> > >
 template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
 class SimpleHashMap {
 class SimpleHashMap {