summaryrefslogtreecommitdiffhomepage
path: root/src/variable.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/variable.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/variable.c')
-rw-r--r--src/variable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index a9f04538b..c34942afe 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -61,7 +61,6 @@ mrb_gc_mark_iv(mrb_state *mrb, struct RObject *obj)
size_t
mrb_gc_mark_iv_size(mrb_state *mrb, struct RObject *obj)
{
- khiter_t k;
struct kh_iv *h = obj->iv;
if (!h) return 0;