From 2b9191e5572f165ea88295094dcbf3f466684902 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 18 Nov 2014 15:13:05 +0000 Subject: * internal.h: Gather declarations in non-header files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enum.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'enum.c') diff --git a/enum.c b/enum.c index 64bad8b700..37990b723d 100644 --- a/enum.c +++ b/enum.c @@ -14,8 +14,6 @@ #include "node.h" #include "id.h" -VALUE rb_f_send(int argc, VALUE *argv, VALUE recv); - VALUE rb_mEnumerable; static ID id_next; -- cgit v1.2.3