diff options
-rw-r--r-- | llvm/include/llvm/Support/FormattedStream.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/FormattedStream.h b/llvm/include/llvm/Support/FormattedStream.h index 1c50476a631..bd330dcfb0e 100644 --- a/llvm/include/llvm/Support/FormattedStream.h +++ b/llvm/include/llvm/Support/FormattedStream.h @@ -76,10 +76,6 @@ namespace llvm /// so it doesn't want another layer of buffering to be happening /// underneath it. /// - /// \param Filename - The file to open. If this is "-" then the - /// stream will use stdout instead. - /// \param Binary - The file should be opened in binary mode on - /// platforms that support this distinction. formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) : raw_ostream(), TheStream(&Stream), DeleteStream(Delete), Column(0) { // This formatted_raw_ostream inherits from raw_ostream, so it'll do its |