MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]

llvm-svn: 246664
This commit is contained in:
NAKAMURA Takumi 2015-09-02 16:21:27 +00:00
parent ec3e5d6fd8
commit af0beb0a5c
1 changed files with 0 additions and 2 deletions

View File

@ -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