Remove dead code, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 18 Apr 2015 00:26:49 +0000 (00:26 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 18 Apr 2015 00:26:49 +0000 (00:26 +0000)
llvm-svn: 235246

clang/lib/CodeGen/CGDebugInfo.h

index 9fa40fb..086ad4f 100644 (file)
@@ -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();