diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-02 16:21:27 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-02 16:21:27 +0000 |
commit | af0beb0a5cafde78b2192ca43b54bc9df5ee93ef (patch) | |
tree | 8fe2a5d1442ce6dcfae2ad17a1b8651bc2b7693c | |
parent | ec3e5d6fd87862eb77a2b0320d79b9a4427d39df (diff) | |
download | bcm5719-llvm-af0beb0a5cafde78b2192ca43b54bc9df5ee93ef.tar.gz bcm5719-llvm-af0beb0a5cafde78b2192ca43b54bc9df5ee93ef.zip |
MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
llvm-svn: 246664
-rw-r--r-- | llvm/include/llvm/MC/MCAssembler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h index eec9d1ecb1c..1a1008c8928 100644 --- a/llvm/include/llvm/MC/MCAssembler.h +++ b/llvm/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 |