diff --git a/tools/cpplint.py b/tools/cpplint.py index 3019395d62df84..a120fe77600a7b 100644 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -3024,9 +3024,6 @@ def ProcessFile(filename, vlevel): 'One or more unexpected \\r (^M) found;' 'better to use only a \\n') - if not _cpplint_state.output_format == 'tap': - sys.stderr.write('Done processing %s\n' % filename) - def PrintUsage(message): """Prints a brief usage string and exits, optionally with an error message.