summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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 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);