about summary refs log tree commit homepage
path: root/bin/unicorn
diff options
context:
space:
mode:
Diffstat (limited to 'bin/unicorn')
-rwxr-xr-xbin/unicorn1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/unicorn b/bin/unicorn
index cfc81da..8847e81 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -120,7 +120,6 @@ require 'pp' if $DEBUG
 app = lambda do ||
   # require Rack as late as possible in case $LOAD_PATH is modified
   # in config.ru or command-line
-  require 'rack'
   inner_app = case config
   when /\.ru$/
     raw = File.open(config, "rb") { |fp| fp.sysread(fp.stat.size) }