ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 8 Apr 2015 00:38:50 +0000 (00:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 8 Apr 2015 00:38:50 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234377 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index 13b2d6e3f8aa0acc727a89b6c5dd75d2c7590df3..b3ae4a545f17e98e89689f2bc157e71140d6e616 100644 (file)
@@ -247,7 +247,6 @@ class ELFObjectWriter : public MCObjectWriter {
     /// \param Asm - The assembler.
     /// \param SectionIndexMap - Maps a section to its index.
     /// \param RevGroupMap - Maps a signature symbol to the group section.
     /// \param Asm - The assembler.
     /// \param SectionIndexMap - Maps a section to its index.
     /// \param RevGroupMap - Maps a signature symbol to the group section.
-    /// \param NumRegularSections - Number of non-relocation sections.
     void computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout,
                             const SectionIndexMapTy &SectionIndexMap,
                             const RevGroupMapTy &RevGroupMap);
     void computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout,
                             const SectionIndexMapTy &SectionIndexMap,
                             const RevGroupMapTy &RevGroupMap);