about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-01 08:40:44 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-01 08:40:44 +0000
commitae1acbcc32aef9efd23daed0611e2919aa0e5037 (patch)
tree223397ac1378e19bfe2c6fa4e4a7da6a96888d1c /ext/posix_mq/posix_mq.c
parenta589cb81d02ce77fa7c7a027328a2cf714878773 (diff)
downloadruby_posix_mq-ae1acbcc32aef9efd23daed0611e2919aa0e5037.tar.gz
Consider them good enough for a 1.0.0 release
Diffstat (limited to 'ext/posix_mq/posix_mq.c')
-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)
 {