r201796 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Thu Feb 20 09:05:44 PST 2014


Author: d0k
Date: Thu Feb 20 11:05:44 2014
New Revision: 201796

URL: http://llvm.org/viewvc/llvm-project?rev=201796&view=rev
Log:
Remove unused diagnostic.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td?rev=201796&r1=201795&r2=201796&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Thu Feb 20 11:05:44 2014
@@ -855,8 +855,6 @@ def err_omp_unexpected_directive : Error
   "unexpected OpenMP directive '#pragma omp %0'">;
 def err_omp_expected_punc : Error <
   "expected ',' or ')' in '%0' clause">;
-def err_omp_expected_rparen : Error <
-  "expected ')' in '%0' clause">;
 def err_omp_unexpected_clause : Error <
   "unexpected OpenMP clause '%0' in directive '#pragma omp %1'">;
 def err_omp_more_one_clause : Error <





More information about the cfe-commits mailing list