mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1028438 - Remove dummy --enable-privilege option from remotereftest.py. r=ted
This commit is contained in:
parent
0a6ce536ce
commit
b3590e212f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user