From f901661f30cd0bd1416ff95b76a4da9df1451aa6 Mon Sep 17 00:00:00 2001 From: mbonadei Date: Fri, 8 Sep 2017 06:13:52 -0700 Subject: [PATCH] Removing deleted file from PRESUBMIT.py This CL just removes a file from a presubmit check list because the file is not there anymore. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/3012083002 Cr-Commit-Position: refs/heads/master@{#19745} --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 9a76412e0c..41e6ae1936 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -38,7 +38,6 @@ CPPLINT_BLACKLIST = [ 'webrtc/voice_engine', 'webrtc/common_types.h', 'webrtc/common_types.cc', - 'webrtc/video_send_stream.h', ] # These filters will always be removed, even if the caller specifies a filter