[svn:parrot] r48287 - trunk/src
petdance at svn.parrot.org
petdance at svn.parrot.org
Tue Aug 3 15:40:27 UTC 2010
Author: petdance
Date: Tue Aug 3 15:40:27 2010
New Revision: 48287
URL: https://trac.parrot.org/parrot/changeset/48287
Log:
removed unused var
Modified:
trunk/src/hash.c
Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c Tue Aug 3 11:33:26 2010 (r48286)
+++ trunk/src/hash.c Tue Aug 3 15:40:27 2010 (r48287)
@@ -631,7 +631,6 @@
hash->entries = 0;
for (entry_index = 0; entry_index < num_entries; ++entry_index) {
- HashBucket *b;
void *key;
switch (key_type) {
More information about the parrot-commits
mailing list