]> granicus.if.org Git - clang/commitdiff
remove a dead warning.
authorChris Lattner <sabre@nondot.org>
Fri, 21 Aug 2009 17:15:06 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Aug 2009 17:15:06 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79641 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 2fe3d7dcce4ebfb833dd54671135e2becefbf57a..20862c3bfeb5200d3887b8065dbe2af4894dbb86 100644 (file)
@@ -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">,