Bug 1318881 - Remove some unused variables from automation.py.in; r=gps

This commit is contained in:
Ehsan Akhgari 2016-11-19 15:28:40 -05:00
parent 6b394f0382
commit 3170868d61

View File

@ -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