# File lib/thin/backends/unix_server.rb, line 38
        def remove_socket_file
          File.delete(@socket) if @socket && File.exist?(@socket)
        end