From 3724b482589af30978f39b50685ef5432863763b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 16 Jul 2009 15:33:48 +0000 Subject: [PATCH] Remove inapplicable comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76074 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/FormattedStream.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/llvm/Support/FormattedStream.h b/include/llvm/Support/FormattedStream.h index 1c50476a631..bd330dcfb0e 100644 --- a/include/llvm/Support/FormattedStream.h +++ b/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