From 7652c110b2d635300a7e817b69ee4bef6a28d71d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Feb 2011 01:08:44 +0000 Subject: [PATCH] remove VERSION constant Needless cruft and maintenance overhead. --- lib/io/splice.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/io/splice.rb b/lib/io/splice.rb index 0e332dd..ab8efaa 100644 --- a/lib/io/splice.rb +++ b/lib/io/splice.rb @@ -3,9 +3,6 @@ require 'io_splice_ext' module IO::Splice - # the version of IO::Splice, currently 2.2.0 - VERSION = '2.2.0' - # The maximum default capacity of the pipe in bytes. # Under stock Linux, this is 65536 bytes as of 2.6.11, and 4096 before # We detect this at runtime as it is easy to recompile the kernel -- 2.11.4.GIT