From: NAKAMURA Takumi Date: Wed, 2 Sep 2015 16:21:27 +0000 (+0000) Subject: MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=074eea0532cb4b031420b1bcbe5b9e9f030be70f;p=llvm MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246664 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index eec9d1ecb1c..1a1008c8928 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -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