From 3a38a6024d19c55055ac5d7ff10dbd5d4dc52a4c Mon Sep 17 00:00:00 2001 From: daniimms Date: Tue, 21 Apr 2015 11:11:37 -0700 Subject: Remove unused constant in build/PRESUBMIT.py R=dpranke@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/1095333003 Cr-Commit-Position: refs/heads/master@{#326073} --- build/PRESUBMIT.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/PRESUBMIT.py') diff --git a/build/PRESUBMIT.py b/build/PRESUBMIT.py index 3c70193..fca962f 100644 --- a/build/PRESUBMIT.py +++ b/build/PRESUBMIT.py @@ -2,8 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -WHITELIST = [ r'.+_test.py$' ] - def _RunTests(input_api, output_api): return (input_api.canned_checks.RunUnitTestsInDirectory( -- cgit v1.1