From ca375ee74f34ecee935c8b33945692b57be1c1e6 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 9 Nov 2013 23:38:14 +0000 Subject: [PATCH] * thread.c: [DOC] Remove duplicate reference git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ thread.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0c1f07c9e..dba41508ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 10 08:37:20 2013 Zachary Scott + + * thread.c: [DOC] Remove duplicate reference + Sun Nov 10 08:09:29 2013 Zachary Scott * lib/drb/drb.rb: [DOC] promote better windows-safe filename regular diff --git a/thread.c b/thread.c index 38a47c8798..a8938c0acc 100644 --- a/thread.c +++ b/thread.c @@ -2893,8 +2893,6 @@ rb_thread_aset(VALUE self, VALUE id, VALUE val) * The value "bar" is returned for the thread local, where nil is returned * for the fiber local. The fiber is executed in the same thread, so the * thread local values are available. - * - * See also Thread#[] */ static VALUE