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:
parent
8493367c23
commit
ca375ee74f
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
2
thread.c
2
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
|
||||
|
|
Loading…
Reference in a new issue