| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 51ae552ef65b51c72e6cf82a0b75dbf7a6db0e3e..7d32ad5388b293628e1a9229cf09f8700c3494f3 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -2057,7 +2057,6 @@ def GetTryServerMasterForBot(bot):
|
| # Potentially ambiguous bot names are listed explicitly.
|
| master_map = {
|
| 'chromium_presubmit': 'tryserver.chromium.linux',
|
| - 'blink_presubmit': 'tryserver.chromium.linux',
|
| 'tools_build_presubmit': 'tryserver.chromium.linux',
|
| }
|
| master = master_map.get(bot)
|
|
|