about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEvan Weaver <eweaver@twitter.com>2009-01-31 14:38:53 -0800
committerEvan Weaver <eweaver@twitter.com>2009-01-31 14:38:53 -0800
commit42b9e95d06ab3d1de1d0409aba78b869615ebda8 (patch)
tree8c271f3ff498539f33d871c9c4a42227859fb5ec /lib
parent268ea97918026d3f24d1c6e15402812516c92742 (diff)
downloadunicorn-42b9e95d06ab3d1de1d0409aba78b869615ebda8.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/mongrel.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mongrel.rb b/lib/mongrel.rb
index 14cf09f..83ee578 100644
--- a/lib/mongrel.rb
+++ b/lib/mongrel.rb
@@ -90,7 +90,6 @@ module Mongrel
     def initialize(host, port, app, options = {})
       options = DEFAULTS.merge(options)
 
-      tries = 0
       @socket = TCPServer.new(host, port)
       if defined?(Fcntl::FD_CLOEXEC)
         @socket.fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC)