aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Basic/DiagnosticFrontendKinds.td6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td
index 2ab5739787..b17d71b98b 100644
--- a/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/include/clang/Basic/DiagnosticFrontendKinds.td
@@ -8,8 +8,6 @@
//===----------------------------------------------------------------------===//
let Component = "Frontend" in {
-
-def err_fe_error_reading, Error< "error reading '%0'">
-def err_fe_error_reading_stdin : Error<"error reading stdin">
-
+def err_fe_error_reading : Error< "error reading '%0'">;
+def err_fe_error_reading_stdin : Error<"error reading stdin">;
}