about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-27 11:11:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-27 11:11:19 +0000
commit330846614470a64f34b671852ce4bf0f789aeb62 (patch)
tree57cf59b4b82bc074d58abf234a3b16bdd3519a02 /lib
parent0f6696bb05f0b23dac8ddbe9c25233f7daf744b1 (diff)
downloadruby_posix_mq-330846614470a64f34b671852ce4bf0f789aeb62.tar.gz
Remove the VERSION constant, it's cruft.
Diffstat (limited to 'lib')
-rw-r--r--lib/posix_mq.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index 72d6ebc..a059cf8 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -6,11 +6,6 @@
 # See the link:README for examples on how to use it.
 class POSIX_MQ
 
-  # version of POSIX_MQ, currently 0.7.0
-  # This constant is deprecated and will be removed in the next
-  # release.  Use +respond_to?+ instead to test for features.
-  VERSION = "0.7.0"
-
   # An analogous Struct to "struct mq_attr" in C.
   # This may be used in arguments for POSIX_MQ.new and
   # POSIX_MQ#attr=.  POSIX_MQ#attr returns an instance