diff options
author | michal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-16 07:38:40 +0000 |
---|---|---|
committer | michal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-16 07:38:40 +0000 |
commit | 4e13d36561868d78e9e5ff9b24aba67d418c67ed (patch) | |
tree | 07808bdd94888f12e0e1b1a6f52777f213d50b91 /ext/sdbm | |
parent | 9df466b287471d386f962ea41cf49c40f2059c8b (diff) |
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/sdbm')
-rw-r--r-- | ext/sdbm/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sdbm/init.c b/ext/sdbm/init.c index a2b90438f6..f20e3cfa58 100644 --- a/ext/sdbm/init.c +++ b/ext/sdbm/init.c @@ -225,7 +225,6 @@ fsdbm_select(argc, argv, obj) datum key, val; DBM *dbm; struct dbmdata *dbmp; - VALUE keystr, valstr; if (argc > 0) { rb_raise(rb_eArgError, "wrong number arguments(%d for 0)", argc); |