MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 2 Sep 2015 16:21:27 +0000 (16:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 2 Sep 2015 16:21:27 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246664 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAssembler.h

index eec9d1ecb1ca119c3b1ab0837fd01ebf6c20aec3..1a1008c8928fadcd5e3e48f8f3d0652fa2a82d66 100644 (file)
@@ -713,8 +713,6 @@ public:
 
 public:
   /// Construct a new assembler instance.
-  ///
-  /// \param OS The stream to output to.
   //
   // FIXME: How are we going to parameterize this? Two obvious options are stay
   // concrete and require clients to pass in a target like object. The other