[cfe-commits] r124256 - /cfe/trunk/include/clang/Frontend/CompilerInstance.h
Jeffrey Yasskin
jyasskin at google.com
Tue Jan 25 16:18:08 PST 2011
Author: jyasskin
Date: Tue Jan 25 18:18:08 2011
New Revision: 124256
URL: http://llvm.org/viewvc/llvm-project?rev=124256&view=rev
Log:
Remove CompilerInstance::getOutputFileList because it is unimplemented and unused.
Modified:
cfe/trunk/include/clang/Frontend/CompilerInstance.h
Modified: cfe/trunk/include/clang/Frontend/CompilerInstance.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CompilerInstance.h?rev=124256&r1=124255&r2=124256&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CompilerInstance.h (original)
+++ cfe/trunk/include/clang/Frontend/CompilerInstance.h Tue Jan 25 18:18:08 2011
@@ -454,11 +454,6 @@
/// @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.
More information about the cfe-commits
mailing list