diff --git a/build/moz.configure/lto-pgo.configure b/build/moz.configure/lto-pgo.configure index 0f58b21e3507..35d3bb90dfaf 100644 --- a/build/moz.configure/lto-pgo.configure +++ b/build/moz.configure/lto-pgo.configure @@ -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