зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1015369 - Remove some dead code. r=ahal
This commit is contained in:
Родитель
d9f9873f4b
Коммит
4de0c21a1b
|
@ -325,11 +325,6 @@ def B2GCommand(func):
|
||||||
help='directory to store logcat dump files')
|
help='directory to store logcat dump files')
|
||||||
func = logcatdir(func)
|
func = logcatdir(func)
|
||||||
|
|
||||||
geckopath = CommandArgument('--gecko-path', default=None,
|
|
||||||
help='the path to a gecko distribution that should \
|
|
||||||
be installed on the emulator prior to test')
|
|
||||||
func = geckopath(func)
|
|
||||||
|
|
||||||
sdcard = CommandArgument('--sdcard', default="10MB",
|
sdcard = CommandArgument('--sdcard', default="10MB",
|
||||||
help='Define size of sdcard: 1MB, 50MB...etc')
|
help='Define size of sdcard: 1MB, 50MB...etc')
|
||||||
func = sdcard(func)
|
func = sdcard(func)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче