forked from OSchip/llvm-project
MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
llvm-svn: 246664
This commit is contained in:
parent
ec3e5d6fd8
commit
af0beb0a5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue