From 5df79c6642e7c6ed5dffdb78bcec864528614f4b Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Tue, 30 Jun 2009 07:50:26 +0000 Subject: remove dead code. llvm-svn: 74517 --- clang/lib/Frontend/ASTConsumers.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/Frontend/ASTConsumers.cpp') diff --git a/clang/lib/Frontend/ASTConsumers.cpp b/clang/lib/Frontend/ASTConsumers.cpp index 51e376ffe06..8f0ad13319e 100644 --- a/clang/lib/Frontend/ASTConsumers.cpp +++ b/clang/lib/Frontend/ASTConsumers.cpp @@ -340,8 +340,6 @@ void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, Out << "\n"; // Print decls in the DeclContext. - // FIXME: Should not use a NULL DeclContext! - ASTContext *Context = 0; for (DeclContext::decl_iterator I = DC->decls_begin(), E = DC->decls_end(); I != E; ++I) { for (unsigned i = 0; i < Indentation; ++i) -- cgit v1.2.3