1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove inapplicable comments.

llvm-svn: 76074
This commit is contained in:
Dan Gohman 2009-07-16 15:33:48 +00:00
parent 69066d354c
commit 0fc5c444ff

View File

@ -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