about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
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)