From ce76304627d39e9e4308a2d0fe63d7b4651feaa5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 20 Aug 2013 21:49:21 +0000 Subject: DebugInfo: comment/inlining based on feedback from Eric & Adrian llvm-svn: 188834 --- clang/lib/CodeGen/CGDebugInfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang/lib/CodeGen/CGDebugInfo.h') diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 6ecc7e5fe10..4807b11f173 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -359,9 +359,6 @@ private: /// declaration for the given out-of-class definition. llvm::DIDerivedType getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D); - llvm::DIDerivedType - getOrCreateStaticDataMemberDeclaration(const VarDecl *D, - llvm::DICompositeType Ctxt); /// getFunctionName - Get function name for the given FunctionDecl. If the /// name is constructred on demand (e.g. C++ destructor) then the name -- cgit v1.2.3