about summary refs log tree commit homepage
path: root/bin/unicorn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-15 02:43:49 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-15 02:43:49 -0700
commit4cecac01518c6d48f749a34d4f56842429c2ccbc (patch)
treecebfa3e8af2394615f08ce291a7dd09ea6614b3b /bin/unicorn
parentbaa0709812a6204686228c1fb9be1df69045383f (diff)
downloadunicorn-4cecac01518c6d48f749a34d4f56842429c2ccbc.tar.gz
Rack is autoload-based and so are we.
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) }