diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 4b85fc7893..e5ea769bfb 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -400,7 +400,6 @@ ], 'ios_debug_bot_x64': [ 'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe', 'xctest', - 'ios_old_os_support', ], # More configs @@ -500,11 +499,6 @@ 'gn_args': 'target_os="ios"', }, - # TODO(crbug.com/1249456): Remove use_lld=false - 'ios_old_os_support' :{ - 'gn_args': 'use_lld=false', - }, - 'no_goma': { 'gn_args': 'use_goma=false', },