about summary refs log tree commit homepage
path: root/lib/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn.rb')
-rw-r--r--lib/unicorn.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 8a5fdcc..f9aa73a 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -26,9 +26,6 @@ module Unicorn
   end
 
   # :stopdoc:
-  def self.run(app, options = {})
-    Unicorn::HttpServer.new(app, options).start.join
-  end
 
   # This returns a lambda to pass in as the app, this does not "build" the
   # app (which we defer based on the outcome of "preload_app" in the