summaryrefslogtreecommitdiffstats
path: root/ash/PRESUBMIT.py
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-11-05 16:04:49 +0100
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-11-05 15:05:37 +0000
commit9c89631fce201084d5ff3266c35b2f7dde56996e (patch)
treed47a0bcdd79b177b7638ccfda305f52500c5eb61 /ash/PRESUBMIT.py
parent02a95e3084f979084fa8586e1718a6e6dd4c22da (diff)
downloadchromium_src-9c89631fce201084d5ff3266c35b2f7dde56996e.zip
chromium_src-9c89631fce201084d5ff3266c35b2f7dde56996e.tar.gz
chromium_src-9c89631fce201084d5ff3266c35b2f7dde56996e.tar.bz2
Clean up PRESUBMIT.py - remove references to removed clang trybots
BUG=none R=maruel@chromium.org Review URL: https://codereview.chromium.org/683733009 Cr-Commit-Position: refs/heads/master@{#302800}
Diffstat (limited to 'ash/PRESUBMIT.py')
-rw-r--r--ash/PRESUBMIT.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py
deleted file mode 100644
index 9132e99..0000000
--- a/ash/PRESUBMIT.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Chromium presubmit script for src/ash
-
-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
-for more details on the presubmit API built into gcl.
-"""
-
-def GetPreferredTryMasters(project, change):
- return {
- 'tryserver.chromium.linux': {
- 'linux_chromium_chromeos_clang_dbg': set(['defaulttests']),
- }
- }