Bug 1028438 - Remove dummy --enable-privilege option from remotereftest.py. r=ted

This commit is contained in:
Masatoshi Kimura 2014-06-28 15:01:23 +09:00
parent 751e8c41c9
commit fdf20b7313

View File

@ -71,10 +71,6 @@ class RemoteOptions(ReftestOptions):
help = "Name of log file on the device relative to device root. PLEASE USE ONLY A FILENAME.")
defaults["remoteLogFile"] = None
self.add_option("--enable-privilege", action="store_true", dest = "enablePrivilege",
help = "add webserver and port to the user.js file for remote script access and universalXPConnect")
defaults["enablePrivilege"] = False
self.add_option("--pidfile", action = "store",
type = "string", dest = "pidFile",
help = "name of the pidfile to generate")