about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-02 17:37:22 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-02 17:37:22 -0800
commit9e7a8114fb0fcc56b475d17f158eaa5b7f1f7bdd (patch)
tree7918d54946cb23294f87e5d8a07b27b298262c82 /lib/unicorn/http_server.rb
parente597e594ad88dc02d70f7d3521d0d3bdc23739bb (diff)
downloadunicorn-9e7a8114fb0fcc56b475d17f158eaa5b7f1f7bdd.tar.gz
for i in `git ls-files '*.rb'`; do ruby -w -c $i; done
Diffstat (limited to 'lib/unicorn/http_server.rb')
-rw-r--r--lib/unicorn/http_server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 3a6e51e..3a35d7d 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -424,7 +424,6 @@ class Unicorn::HttpServer
 
     if pid
       old_pid = "#{pid}.oldbin"
-      prev_pid = pid.dup
       begin
         self.pid = old_pid  # clear the path for a new pid file
       rescue ArgumentError