summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 69e6eb368b..79f6542a4e 100644
--- a/hash.c
+++ b/hash.c
@@ -193,7 +193,6 @@ rb_hash_s_new(argc, argv, klass)
VALUE klass;
{
VALUE ifnone;
- int size;
NEWOBJ(hash, struct RHash);
OBJSETUP(hash, klass, T_HASH);
@@ -857,7 +856,7 @@ static VALUE
env_delete(obj, name)
VALUE obj, name;
{
- int i, len;
+ int len;
char *nam, *val;
rb_secure(4);