Bug 1609520 - Fix lint warning after bug 1609422

Differential Revision: https://phabricator.services.mozilla.com/D60059

--HG--
extra : moz-landing-system : lando
This commit is contained in:
David Major 2020-01-15 20:46:57 +00:00
Родитель c25cf4185a
Коммит 871109ae17
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -115,8 +115,8 @@ set_config('PGO_JARLOG_PATH', depends_if('--with-pgo-jarlog')(lambda p: p))
@depends('MOZ_PGO', '--enable-profile-use', '--enable-profile-generate',
c_compiler, rustc_info)
def moz_pgo_rust(pgo, profile_use, profile_generate, c_compiler, rustc):
c_compiler)
def moz_pgo_rust(pgo, profile_use, profile_generate, c_compiler):
if not pgo:
return