1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* thread.c: [DOC] Remove duplicate reference

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-09 23:38:14 +00:00
parent 8493367c23
commit ca375ee74f
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sun Nov 10 08:37:20 2013 Zachary Scott <e@zzak.io>
* thread.c: [DOC] Remove duplicate reference
Sun Nov 10 08:09:29 2013 Zachary Scott <e@zzak.io>
* lib/drb/drb.rb: [DOC] promote better windows-safe filename regular

View file

@ -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