From 91dca02f4bfc5d978908e5845969902e203b84cd Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Sat, 18 Apr 2015 00:26:49 +0000 Subject: [PATCH] Remove dead code, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235246 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 9fa40fb79b..086ad4fd75 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -328,9 +328,6 @@ private: llvm::MDCompositeType *getOrCreateRecordFwdDecl(const RecordType *, llvm::MDScope *); - /// \brief Create a set of decls for the context chain. - llvm::DIDescriptor createContextChain(const Decl *Decl); - /// \brief Return current directory name. StringRef getCurrentDirname(); -- 2.40.0