summaryrefslogtreecommitdiffstats
path: root/ext/gdbm
diff options
context:
space:
mode:
authormichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-24 06:01:31 +0000
committermichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-24 06:01:31 +0000
commit6e99aec79876740e341ca3969379bba2aab375fe (patch)
tree0e3d133e6d30abb0df65a75f949959d4a1062931 /ext/gdbm
parentb3254c6e0f116245bfa368175341109efa65fd4a (diff)
downloadruby-6e99aec79876740e341ca3969379bba2aab375fe.tar.gz
ruby-6e99aec79876740e341ca3969379bba2aab375fe.tar.xz
ruby-6e99aec79876740e341ca3969379bba2aab375fe.zip
make it compile
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/gdbm')
-rw-r--r--ext/gdbm/gdbm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c
index 9acbf0472..6ee4d6d6a 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);