[svn:parrot] r49338 - trunk/src

petdance at svn.parrot.org petdance at svn.parrot.org
Sun Sep 26 05:56:35 UTC 2010


Author: petdance
Date: Sun Sep 26 05:56:35 2010
New Revision: 49338
URL: https://trac.parrot.org/parrot/changeset/49338

Log:
removed unused var i

Modified:
   trunk/src/hash.c

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Sun Sep 26 05:48:27 2010	(r49337)
+++ trunk/src/hash.c	Sun Sep 26 05:56:35 2010	(r49338)
@@ -890,7 +890,6 @@
     const Hash_key_type    key_type   = hash->key_type;
     const PARROT_DATA_TYPE entry_type = hash->entry_type;
     const size_t           entries    = hash->entries;
-    size_t                 i;
 
     VTABLE_push_integer(interp, info, entries);
     VTABLE_push_integer(interp, info, key_type);


More information about the parrot-commits mailing list