From 074eea0532cb4b031420b1bcbe5b9e9f030be70f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 2 Sep 2015 16:21:27 +0000 Subject: [PATCH] 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 --- include/llvm/MC/MCAssembler.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1