about summary refs log tree commit homepage
path: root/bin/mongrel_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mongrel_rails')
-rw-r--r--bin/mongrel_rails10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 61306bc..b1cf737 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -6,16 +6,6 @@ require 'mongrel/rails'
 require 'etc'
 
 
-class Version < GemPlugin::Plugin "/commands"
-  include Mongrel::Command::Base
-
-  def run
-    puts "Version #{Mongrel::Const::MONGREL_VERSION}"
-  end
-
-end
-
-
 class Start < GemPlugin::Plugin "/commands"
   include Mongrel::Command::Base