[llvm] r246664 - MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 09:21:27 PDT 2015
Author: chapuni
Date: Wed Sep 2 11:21:27 2015
New Revision: 246664
URL: http://llvm.org/viewvc/llvm-project?rev=246664&view=rev
Log:
MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/MC/MCAssembler.h
Modified: llvm/trunk/include/llvm/MC/MCAssembler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAssembler.h?rev=246664&r1=246663&r2=246664&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAssembler.h (original)
+++ llvm/trunk/include/llvm/MC/MCAssembler.h Wed Sep 2 11:21:27 2015
@@ -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
More information about the llvm-commits
mailing list