Remove inapplicable comments.
authorDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 15:33:48 +0000 (15:33 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 15:33:48 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76074 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FormattedStream.h

index 1c50476a6315c77edeb0c222f402da48bf4c51e8..bd330dcfb0e36afdc68ce831b409f21411a0b3dc 100644 (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