[cfe-commits] r57086 - /cfe/trunk/Driver/RewriteBlocks.cpp

Steve Naroff snaroff at apple.com
Sat Oct 4 17:12:46 PDT 2008


Author: snaroff
Date: Sat Oct  4 19:12:46 2008
New Revision: 57086

URL: http://llvm.org/viewvc/llvm-project?rev=57086&view=rev
Log:
Remove old diag that alerted the user to a limitation we no longer have:-)

Modified:
    cfe/trunk/Driver/RewriteBlocks.cpp

Modified: cfe/trunk/Driver/RewriteBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/RewriteBlocks.cpp?rev=57086&r1=57085&r2=57086&view=diff

==============================================================================
--- cfe/trunk/Driver/RewriteBlocks.cpp (original)
+++ cfe/trunk/Driver/RewriteBlocks.cpp Sat Oct  4 19:12:46 2008
@@ -34,7 +34,6 @@
   Diagnostic &Diags;
   const LangOptions &LangOpts;
   unsigned RewriteFailedDiag;
-  unsigned NoNestedBlockCalls;
 
   ASTContext *Context;
   SourceManager *SM;
@@ -172,8 +171,6 @@
   CurMethodDef = 0;
   RewriteFailedDiag = Diags.getCustomDiagID(Diagnostic::Warning, 
                                             "rewriting failed");
-  NoNestedBlockCalls = Diags.getCustomDiagID(Diagnostic::Warning, 
-    "Rewrite support for closure calls nested within closure blocks is incomplete");
 }
 
 ASTConsumer *clang::CreateBlockRewriter(const std::string& InFile,





More information about the cfe-commits mailing list