From 8a1e574cdbd7a02692bc6bca8ba9a5690b6ecf10 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 24 Sep 2002 06:01:31 +0000 Subject: make it compile git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/gdbm/gdbm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c index 9acbf04729..6ee4d6d6a4 100644 --- a/ext/gdbm/gdbm.c +++ b/ext/gdbm/gdbm.c @@ -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); -- cgit v1.2.3