summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-31 14:43:50 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-31 14:43:50 +0000
commit3e5fd3adc11edbe85cf42741de99f9b3a27be5af (patch)
tree7525ed1a8d57b9687890050b91a01f651b9fddae /enumerator.c
parentaea59a741c26696f2c4530e73d3b10692b4ad3db (diff)
* enumerator.c: Remove a duplicated declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enumerator.c b/enumerator.c
index c72002b36a..53b0e50e2e 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -783,8 +783,6 @@ generator_ptr(obj)
return ptr;
}
-static VALUE generator_allocate _((VALUE));
-
/* :nodoc: */
static VALUE
generator_allocate(klass)