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:
parent
69066d354c
commit
0fc5c444ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user