about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/posix_mq/posix_mq.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/posix_mq/posix_mq.c b/ext/posix_mq/posix_mq.c
index 1463f2f..e9ae590 100644
--- a/ext/posix_mq/posix_mq.c
+++ b/ext/posix_mq/posix_mq.c
@@ -1001,9 +1001,6 @@ static VALUE tryinit(int argc, VALUE *argv, VALUE self)
  *
  * This does not guarantee non-blocking behavior, the message queue must
  * be made non-blocking before calling this method.
- *
- * This interface first appeared 0.8.0pre and is not yet final,
- * please email ruby.posix.mq@librelist.org to discuss.
  */
 static VALUE trysend(int argc, VALUE *argv, VALUE self)
 {
@@ -1019,9 +1016,6 @@ static VALUE trysend(int argc, VALUE *argv, VALUE self)
  *
  * This does not guarantee non-blocking behavior, the message queue must
  * be made non-blocking before calling this method.
- *
- * This interface first appeared 0.8.0pre and is not yet final,
- * please email ruby.posix.mq@librelist.org to discuss.
  */
 static VALUE tryshift(int argc, VALUE *argv, VALUE self)
 {
@@ -1037,9 +1031,6 @@ static VALUE tryshift(int argc, VALUE *argv, VALUE self)
  *
  * This does not guarantee non-blocking behavior, the message queue must
  * be made non-blocking before calling this method.
- *
- * This interface first appeared 0.8.0pre and is not yet final,
- * please email ruby.posix.mq@librelist.org to discuss.
  */
 static VALUE tryreceive(int argc, VALUE *argv, VALUE self)
 {