r235246 - Remove dead code, NFC

Duncan P. N. Exon Smith dexonsmith at apple.com
Fri Apr 17 17:26:49 PDT 2015


Author: dexonsmith
Date: Fri Apr 17 19:26:49 2015
New Revision: 235246

URL: http://llvm.org/viewvc/llvm-project?rev=235246&view=rev
Log:
Remove dead code, NFC

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.h

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=235246&r1=235245&r2=235246&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Fri Apr 17 19:26:49 2015
@@ -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();
 





More information about the cfe-commits mailing list