Bug 1015369 - Remove some dead code. r=ahal

This commit is contained in:
Kartikaya Gupta 2014-05-23 17:07:02 -04:00
Родитель d9f9873f4b
Коммит 4de0c21a1b
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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