[webkit-changes] cvs commit: WebCore/khtml/misc hashfunctions.h hashmap.h hashset.h hashtable.cpp hashtable.h hashtraits.h pointerhash.h

Darin darin at opensource.apple.com
Fri Nov 4 12:40:03 PST 2005


darin       05/11/04 12:40:02

  Modified:    .        ChangeLog
  Removed:     khtml/misc hashfunctions.h hashmap.h hashset.h hashtable.cpp
                        hashtable.h hashtraits.h pointerhash.h
  Log:
          - removed unused duplicate copy of hash table code
  
          * khtml/misc/hashfunctions.h: Removed.
          * khtml/misc/hashmap.h: Removed.
          * khtml/misc/hashset.h: Removed.
          * khtml/misc/hashtable.cpp: Removed.
          * khtml/misc/hashtable.h: Removed.
          * khtml/misc/hashtraits.h: Removed.
          * khtml/misc/pointerhash.h: Removed.
  
  Revision  Changes    Path
  1.336     +12 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.335
  retrieving revision 1.336
  diff -u -r1.335 -r1.336
  --- ChangeLog	4 Nov 2005 05:58:08 -0000	1.335
  +++ ChangeLog	4 Nov 2005 20:39:58 -0000	1.336
  @@ -1,3 +1,15 @@
  +2005-11-04  Darin Adler  <darin at apple.com>
  +
  +        - removed unused duplicate copy of hash table code
  +
  +        * khtml/misc/hashfunctions.h: Removed.
  +        * khtml/misc/hashmap.h: Removed.
  +        * khtml/misc/hashset.h: Removed.
  +        * khtml/misc/hashtable.cpp: Removed.
  +        * khtml/misc/hashtable.h: Removed.
  +        * khtml/misc/hashtraits.h: Removed.
  +        * khtml/misc/pointerhash.h: Removed.
  +
   2005-11-03  Evan Gross  <evan at rainmakerinc.com>
   
           Bugzilla 5604: plainText (visible_text.cpp) performance improvement
  
  
  



More information about the webkit-changes mailing list