| Index: cc/PRESUBMIT.py
|
| diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py
|
| index fa15632fd457edaa1c6e0ab77cc5568f6f585a64..b34027a0c37d8568e0fd6b817d44322ff8bb4ac7 100644
|
| --- a/cc/PRESUBMIT.py
|
| +++ b/cc/PRESUBMIT.py
|
| @@ -326,10 +326,3 @@ def CheckChangeOnUpload(input_api, output_api):
|
| results += FindUselessIfdefs(input_api, output_api)
|
| results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
|
| return results
|
| -
|
| -def GetPreferredTryMasters(project, change):
|
| - return {
|
| - 'tryserver.blink': {
|
| - 'linux_blink_rel': set(['defaulttests']),
|
| - },
|
| - }
|
|
|