From ca375ee74f34ecee935c8b33945692b57be1c1e6 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 9 Nov 2013 23:38:14 +0000 Subject: * thread.c: [DOC] Remove duplicate reference git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread.c') 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 -- cgit v1.2.3