# File lib/thin/daemonizing.rb, line 139
      def remove_pid_file
        File.delete(@pid_file) if @pid_file && File.exists?(@pid_file)
      end