diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-04-08 00:38:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-04-08 00:38:50 +0000 |
commit | 1644e15c5818b79bf80a26130571df3fb3b28c23 (patch) | |
tree | 422323a9c6214207cd218f10f3a0356d85a30451 /llvm/lib/MC/ELFObjectWriter.cpp | |
parent | aa301de7e48c994095aeeb6a1025fc056c34c123 (diff) | |
download | bcm5719-llvm-1644e15c5818b79bf80a26130571df3fb3b28c23.tar.gz bcm5719-llvm-1644e15c5818b79bf80a26130571df3fb3b28c23.zip |
ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
llvm-svn: 234377
Diffstat (limited to 'llvm/lib/MC/ELFObjectWriter.cpp')
-rw-r--r-- | llvm/lib/MC/ELFObjectWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp index 13b2d6e3f8a..b3ae4a545f1 100644 --- a/llvm/lib/MC/ELFObjectWriter.cpp +++ b/llvm/lib/MC/ELFObjectWriter.cpp @@ -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 NumRegularSections - Number of non-relocation sections. void computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap); |