From 5ed8c08aa0277b30e00cb27cc2da1d785c145170 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 18 Jun 2011 08:26:19 +0000 Subject: * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't declare internal functions. * internal.h, vm_core.h: declare internal functions. * array.c: include internal.h. * common.mk: update dependency for array.o. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 1825d8d825..9324371d16 100644 --- a/thread.c +++ b/thread.c @@ -613,7 +613,6 @@ thread_initialize(VALUE thread, VALUE args) } GetThreadPtr(thread, th); if (th->first_args) { - VALUE rb_proc_location(VALUE self); VALUE proc = th->first_proc, line, loc; const char *file; if (!proc || !RTEST(loc = rb_proc_location(proc))) { -- cgit v1.2.3