From e71116e25d163c39bfed93d2a1e626c5fc25882c Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 30 Mar 2016 22:52:11 -0700 Subject: [PATCH] MB: Remove unnecessary configs. https://codereview.chromium.org/1808093002/ was rolled in a while ago, so we can now clean these up. NOTRY=True Review URL: https://codereview.webrtc.org/1847533002 Cr-Commit-Position: refs/heads/master@{#12172} --- webrtc/build/mb_config.pyl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl index aadc3876aa..9fd3c764ee 100644 --- a/webrtc/build/mb_config.pyl +++ b/webrtc/build/mb_config.pyl @@ -128,10 +128,4 @@ 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', }, }, - - # These lists are assumed to exist so we need them in order to be able to run - # the mb.py script in PRESUBMIT.py to verify our config is sane. - 'common_dev_configs': [], - 'private_configs': [], - 'unsupported_configs': [], }