# File lib/mongrel/configurator.rb, line 73
73:     def remove_pid_file
74:       File.unlink(@pid_file) if @pid_file and File.exists?(@pid_file)
75:     end