[llvm-commits] [llvm] r76074 - /llvm/trunk/include/llvm/Support/FormattedStream.h

Dan Gohman gohman at apple.com
Thu Jul 16 08:33:49 PDT 2009


Author: djg
Date: Thu Jul 16 10:33:48 2009
New Revision: 76074

URL: http://llvm.org/viewvc/llvm-project?rev=76074&view=rev
Log:
Remove inapplicable comments.

Modified:
    llvm/trunk/include/llvm/Support/FormattedStream.h

Modified: llvm/trunk/include/llvm/Support/FormattedStream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FormattedStream.h?rev=76074&r1=76073&r2=76074&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/FormattedStream.h (original)
+++ llvm/trunk/include/llvm/Support/FormattedStream.h Thu Jul 16 10:33:48 2009
@@ -76,10 +76,6 @@
     /// 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





More information about the llvm-commits mailing list