]> granicus.if.org Git - clang/commitdiff
Remove CompilerInstance::getOutputFileList because it is unimplemented and unused.
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 26 Jan 2011 00:18:08 +0000 (00:18 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 26 Jan 2011 00:18:08 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124256 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CompilerInstance.h

index 5f47aa601e3c981f6504c31eb9cf538877c72a03..67d6dd81fe4c3633c7cf6bcd746755b65ea990b1 100644 (file)
@@ -454,11 +454,6 @@ public:
   /// @name Output Files
   /// {
 
-  /// getOutputFileList - Get the list of (path, output stream) pairs of output
-  /// files; the path may be empty but the stream will always be non-null.
-  const std::list< std::pair<std::string,
-                             llvm::raw_ostream*> > &getOutputFileList() const;
-
   /// addOutputFile - Add an output file onto the list of tracked output files.
   ///
   /// \param OutFile - The output file info.