From: Marek P. <ma...@us...> - 2002-02-10 18:36:16
|
Update of /cvsroot/javaprofiler/library/src/hash In directory usw-pr-cvs1:/tmp/cvs-serv5925/src/hash Modified Files: hash.h Log Message: fixes; calltree implementation (for exact cpu profiling) Index: hash.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/hash/hash.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** hash.h 21 Nov 2001 22:31:43 -0000 1.21 --- hash.h 10 Feb 2002 18:36:13 -0000 1.22 *************** *** 219,223 **** if( !item) return NULL; - item->L::remove(); _numItems--; --- 219,222 ---- |