From 61d2ab0fa1827c43e5f9023a26c36102cd549f82 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 26 Jan 2011 00:18:08 +0000 Subject: [PATCH] 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 --- include/clang/Frontend/CompilerInstance.h | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.40.0