aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 00:28:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 00:28:06 +0000
commit6271eea522836a6abccd4bbd84ad82576d871716 (patch)
tree85c0a4b46c738cec8ff24239af9ba964ff82bcbc /thread.c
parent1c8a6c685f083619ee3e6d957fb42ed2ff9bcb8b (diff)
downloadruby-6271eea522836a6abccd4bbd84ad82576d871716.tar.gz
* thread.c: Mutex#owned? is no longer experimental since 2.1.0
[fix GH-839][ci skip] Patch by @takiy33 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 4f533d039d..e1bed76cdc 100644
--- a/thread.c
+++ b/thread.c
@@ -4356,7 +4356,6 @@ rb_mutex_lock(VALUE self)
* mutex.owned? -> true or false
*
* Returns +true+ if this lock is currently held by current thread.
- * <em>This API is experimental, and subject to change.</em>
*/
VALUE
rb_mutex_owned_p(VALUE self)