aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FormattedStream.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-16 15:33:48 +0000
committerDan Gohman <gohman@apple.com>2009-07-16 15:33:48 +0000
commit3724b482589af30978f39b50685ef5432863763b (patch)
tree8397fa5b4b98c3c55ce1bf2e7256dfaaed9eefc9 /include/llvm/Support/FormattedStream.h
parent2a993f2cc44dc1113d67df03562866eb65337ff1 (diff)
downloadexternal_llvm-3724b482589af30978f39b50685ef5432863763b.zip
external_llvm-3724b482589af30978f39b50685ef5432863763b.tar.gz
external_llvm-3724b482589af30978f39b50685ef5432863763b.tar.bz2
Remove inapplicable comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FormattedStream.h')
-rw-r--r--include/llvm/Support/FormattedStream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/FormattedStream.h b/include/llvm/Support/FormattedStream.h
index 1c50476..bd330dc 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