about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-22 07:48:36 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-22 07:48:36 +0000
commitfbe48964d79f3d592f4f75960c5940add9ccf22a (patch)
treea58e5a9b2e83a94dad617bf322a27e1015107f19
parent1a2dc92e7ff92157aa12e2c8a8a09ec0d56e0eb6 (diff)
downloadunicorn-fbe48964d79f3d592f4f75960c5940add9ccf22a.tar.gz
A leftover from the fchmod() days
-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 76d2590..ed40ac2 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -572,7 +572,6 @@ class Unicorn::HttpServer
     trap(:QUIT) { worker = nil; LISTENERS.each { |s| s.close rescue nil }.clear }
     [:TERM, :INT].each { |sig| trap(sig) { exit!(0) } } # instant shutdown
     logger.info "worker=#{worker.nr} ready"
-    m = 0
 
     begin
       nr < 0 and reopen_worker_logs(worker.nr)