From: Jeffrey Yasskin Date: Wed, 26 Jan 2011 00:18:08 +0000 (+0000) Subject: Remove CompilerInstance::getOutputFileList because it is unimplemented and unused. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61d2ab0fa1827c43e5f9023a26c36102cd549f82;p=clang Remove CompilerInstance::getOutputFileList because it is unimplemented and unused. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CompilerInstance.h b/include/clang/Frontend/CompilerInstance.h index 5f47aa601e..67d6dd81fe 100644 --- a/include/clang/Frontend/CompilerInstance.h +++ b/include/clang/Frontend/CompilerInstance.h @@ -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 > &getOutputFileList() const; - /// addOutputFile - Add an output file onto the list of tracked output files. /// /// \param OutFile - The output file info.