summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
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)