summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 04:10:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 04:10:54 +0000
commiteed06bb0434c6c1f94513e22b4ad4f89bcec0d8b (patch)
tree70d211d780b3c4cf3daeed1651e3bb6a0b503a32 /thread.c
parent84e8862c56d90000d0ad8eb166e8fb81b5bba943 (diff)
thread.c: remove unnecessary sentence
* thread.c (thread_start): initialize method is not concerned with Thread.start and Thread.fork. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/thread.c b/thread.c
index baacb526a7..0c4b7df7f7 100644
--- a/thread.c
+++ b/thread.c
@@ -668,9 +668,6 @@ thread_s_new(int argc, VALUE *argv, VALUE klass)
* Basically the same as ::new. However, if class Thread is subclassed, then
* calling +start+ in that subclass will not invoke the subclass's
* +initialize+ method.
- *
- * If you're going to subclass Thread, be sure to call super in your
- * +initialize+ method, otherwise a ThreadError will be raised.
*/
static VALUE