summaryrefslogtreecommitdiffstats
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
commit6c45d9f244b4775ab64754e4bcc5377c6e06a897 (patch)
tree17a57cbfbfaef75e3f10dbd7b60ca720d6691113
parent7ecda1031173820ea5c6f12705d2eb78f9171965 (diff)
downloadbcm5719-llvm-6c45d9f244b4775ab64754e4bcc5377c6e06a897.tar.gz
bcm5719-llvm-6c45d9f244b4775ab64754e4bcc5377c6e06a897.zip
Remove inapplicable comments.
llvm-svn: 76074
-rw-r--r--llvm/include/llvm/Support/FormattedStream.h4
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
OpenPOWER on IntegriCloud