[svn:parrot] r49031 - trunk/src

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Sep 16 05:41:44 UTC 2010


Author: plobsing
Date: Thu Sep 16 05:41:43 2010
New Revision: 49031
URL: https://trac.parrot.org/parrot/changeset/49031

Log:
eliminate vestigial comment

Modified:
   trunk/src/hash.c

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Thu Sep 16 02:38:56 2010	(r49030)
+++ trunk/src/hash.c	Thu Sep 16 05:41:43 2010	(r49031)
@@ -26,9 +26,6 @@
 
 #include "parrot/parrot.h"
 
-/* the number of entries above which it's faster to hash the hashval instead of
- * looping over the used HashBuckets directly */
-
 /* hash first allocation size */
 #define INITIAL_SIZE  2
 


More information about the parrot-commits mailing list