From ae1acbcc32aef9efd23daed0611e2919aa0e5037 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Mar 2011 08:40:44 +0000 Subject: finalize try* interfaces Consider them good enough for a 1.0.0 release --- ext/posix_mq/posix_mq.c | 9 --------- 1 file changed, 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) { -- cgit v1.2.3-24-ge0c7