summaryrefslogtreecommitdiffhomepage
path: root/src/hash.c
diff options
context:
space:
mode:
authorPatrick Hogan <[email protected]>2012-04-25 11:19:25 -0500
committerPatrick Hogan <[email protected]>2012-04-26 08:36:32 -0500
commit132dd25528ce073690f5489b38a0ab64044dd2e7 (patch)
treeb931895ad7dc54b7e5b63cf9c1e15902788ba8b4 /src/hash.c
parent4b99def2ae1b718e8875ee8442ece3ac05a4595c (diff)
downloadmruby-132dd25528ce073690f5489b38a0ab64044dd2e7.tar.gz
mruby-132dd25528ce073690f5489b38a0ab64044dd2e7.zip
Remove a bunch of unused variables.
Removed or commented out to stop compiler whining about them. Signed-off-by: Patrick Hogan <[email protected]>
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash.c b/src/hash.c
index bb530ff96..5b54eb648 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -164,7 +164,6 @@ mrb_hash_set(mrb_state *mrb, mrb_value hash, mrb_value key, mrb_value val) /* mr
{
khash_t(ht) *h;
khiter_t k;
- int r;
mrb_hash_modify(mrb, hash);
h = RHASH_H_TBL(hash);