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