summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 23:38:14 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 23:38:14 +0000
commitca375ee74f34ecee935c8b33945692b57be1c1e6 (patch)
treefd802a7667f35ccb0253aa0f775bcdd18b4e0c82 /thread.c
parent8493367c23a6e3b8c1de824bca3995f64e75c061 (diff)
* thread.c: [DOC] Remove duplicate reference
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 0 insertions, 2 deletions
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