Bug 1445944 - [mozrunner] Remove ability to specify the 'wrap_command' function on an Application context r=rwood

This is a leftover artifact from the B2G days that isn't being used anymore.

MozReview-Commit-ID: FZoTwHltmAG

--HG--
extra : rebase_source : 455450f360fa222522f365118d1e687528e08b69
This commit is contained in:
Andrew Halberstadt 2018-04-12 12:08:05 -04:00
Родитель bcf900bf38
Коммит 11c250e87b
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -59,9 +59,6 @@ class GeckoRuntimeRunner(BaseRunner):
# Bug 775416 - Ensure that binary options are passed in first
command[1:1] = self.cmdargs
if hasattr(self.app_ctx, 'wrap_command'):
command = self.app_ctx.wrap_command(command)
return command
def start(self, *args, **kwargs):