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:
parent
f3376759ab
commit
8a1e574cdb
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue