1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

banish some warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2005-09-24 00:17:43 +00:00
parent 8a6eb889e0
commit 0517b43c5b
13 changed files with 8 additions and 32 deletions

View file

@ -219,7 +219,6 @@ fsdbm_select(obj)
VALUE obj;
{
VALUE new = rb_ary_new();
int i;
datum key, val;
DBM *dbm;
struct dbmdata *dbmp;