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

make it compile

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
michal 2002-09-24 06:01:31 +00:00
parent f3376759ab
commit 8a1e574cdb

View file

@ -67,8 +67,6 @@ fgdbm_close(obj)
static VALUE
fgdbm_s_alloc(klass)
int argc;
VALUE *argv;
VALUE klass;
{
return Data_Wrap_Struct(klass, 0, free_dbm, 0);