Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py |
index 3be1bd0f151c8ed09874d70f80d539da4b46cb74..d66732f803ee8d797eeb12d7454c7cb4e272cd7f 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py |
@@ -618,7 +618,6 @@ class _FunctionState(object): |
class _IncludeError(Exception): |
"""Indicates a problem with the include order in a file.""" |
- pass |
class FileInfo: |