diff options
| author | Jeffrey Yasskin <jyasskin@google.com> | 2011-01-26 00:18:08 +0000 |
|---|---|---|
| committer | Jeffrey Yasskin <jyasskin@google.com> | 2011-01-26 00:18:08 +0000 |
| commit | d5642d0bcde029dedfc5994da10b946c4fd14ed5 (patch) | |
| tree | 54fe8fbf812d5761d46baf38625075e298a66ff1 | |
| parent | d18302f1bb4d54a3266e21ffe20be133f69e3f7c (diff) | |
| download | bcm5719-llvm-d5642d0bcde029dedfc5994da10b946c4fd14ed5.tar.gz bcm5719-llvm-d5642d0bcde029dedfc5994da10b946c4fd14ed5.zip | |
Remove CompilerInstance::getOutputFileList because it is unimplemented and unused.
llvm-svn: 124256
| -rw-r--r-- | clang/include/clang/Frontend/CompilerInstance.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h index 5f47aa601e3..67d6dd81fe4 100644 --- a/clang/include/clang/Frontend/CompilerInstance.h +++ b/clang/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<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. |

