mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1318881 - Remove some unused variables from automation.py.in; r=gps
This commit is contained in:
parent
6b394f0382
commit
3170868d61
@ -42,12 +42,6 @@ _DEFAULT_HTTP_PORT = 8888
|
||||
_DEFAULT_SSL_PORT = 4443
|
||||
_DEFAULT_WEBSOCKET_PORT = 9988
|
||||
|
||||
# from nsIPrincipal.idl
|
||||
_APP_STATUS_NOT_INSTALLED = 0
|
||||
_APP_STATUS_INSTALLED = 1
|
||||
_APP_STATUS_PRIVILEGED = 2
|
||||
_APP_STATUS_CERTIFIED = 3
|
||||
|
||||
#expand _DIST_BIN = __XPC_BIN_PATH__
|
||||
#expand _IS_WIN32 = len("__WIN32__") != 0
|
||||
#expand _IS_MAC = __IS_MAC__ != 0
|
||||
|
Loading…
Reference in New Issue
Block a user