From: Benjamin Kramer Date: Wed, 22 Jan 2014 16:22:17 +0000 (+0000) Subject: Remove param doxygen comment for non-existing parameter. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7dd91217c74d02bc6fee3747b77a6c9c67b5530b;p=oota-llvm.git Remove param doxygen comment for non-existing parameter. Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199814 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Disassembler/X86Disassembler.cpp b/lib/Target/X86/Disassembler/X86Disassembler.cpp index 61ae9bd608a..f21d44631ec 100644 --- a/lib/Target/X86/Disassembler/X86Disassembler.cpp +++ b/lib/Target/X86/Disassembler/X86Disassembler.cpp @@ -236,7 +236,6 @@ static const uint8_t segmentRegnums[SEG_OVERRIDE_max] = { /// translateSrcIndex - Appends a source index operand to an MCInst. /// /// @param mcInst - The MCInst to append to. -/// @param operand - The operand, as stored in the descriptor table. /// @param insn - The internal instruction. static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { unsigned baseRegNo;