summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-21 17:15:06 +0000
committerChris Lattner <sabre@nondot.org>2009-08-21 17:15:06 +0000
commit0aa3f75d161629a2172696093e4ae40c2fe180b3 (patch)
treea298e5bfd852b396b83f6bca025a25b2e6f3471e
parent64a54ad29929443006d4c8502173c163bedaa223 (diff)
remove a dead warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79641 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td
index 2fe3d7dcce..20862c3bfe 100644
--- a/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/include/clang/Basic/DiagnosticSemaKinds.td
@@ -76,8 +76,6 @@ def warn_unused_parameter : Warning<"unused parameter %0">,
InGroup<UnusedParameter>, DefaultIgnore;
def warn_decl_in_param_list : Warning<
"declaration of %0 will not be visible outside of this function">;
-def warn_ISR_has_arguments : Warning<
- "Interrupt Service Routine (%0) has arguments">;
def warn_implicit_function_decl : Warning<
"implicit declaration of function %0">,