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}
This commit is contained in:
mbonadei
2017-09-08 06:13:52 -07:00
committed by Commit Bot
parent 8e7eee0351
commit f901661f30

View File

@ -38,7 +38,6 @@ CPPLINT_BLACKLIST = [
'webrtc/voice_engine', 'webrtc/voice_engine',
'webrtc/common_types.h', 'webrtc/common_types.h',
'webrtc/common_types.cc', 'webrtc/common_types.cc',
'webrtc/video_send_stream.h',
] ]
# These filters will always be removed, even if the caller specifies a filter # These filters will always be removed, even if the caller specifies a filter