diff --git a/scripts/cpplint.py b/scripts/cpplint.py index 2a46dc8ce4b..2b0e42abcc5 100755 --- a/scripts/cpplint.py +++ b/scripts/cpplint.py @@ -6265,9 +6265,6 @@ def CheckNamespaceOrUsing(filename, clean_lines, linenum, error): if '{' in current_line: break current_linenum+=1 - if Match(r'^using\s', line): - error(filename, linenum, 'readability/namespace', 4, - 'Do not use using') def CheckForEndl(filename, clean_lines, linenum, error): """Check that the line does not contain std::endl."""