ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Jun 2015 05:59:13 +0000 (05:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Jun 2015 05:59:13 +0000 (05:59 +0000)
FIXME: Should they be moved onto Elf_Sym_Impl::getNmae()?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241044 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/ELF.h

index 35d414899ecc1141715fc3544bc4398040d8b7f3..0cb5c7a81ca8a45623e2496a3a0372efc8e6e1f3 100644 (file)
@@ -365,12 +365,6 @@ public:
   ErrorOr<StringRef> getDynamicSymbolName(const Elf_Sym *Symb) const;
   ErrorOr<StringRef> getSymbolName(const Elf_Sym *Symb, bool IsDynamic) const;
 
   ErrorOr<StringRef> getDynamicSymbolName(const Elf_Sym *Symb) const;
   ErrorOr<StringRef> getSymbolName(const Elf_Sym *Symb, bool IsDynamic) const;
 
-  /// \brief Get the name of \p Symb.
-  /// \param SymTab The symbol table section \p Symb is contained in.
-  /// \param Symb The symbol to get the name of.
-  ///
-  /// \p SymTab is used to lookup the string table to use to get the symbol's
-  /// name.
   ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
   uint64_t getSymbolIndex(const Elf_Sym *sym) const;
   ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
   ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
   uint64_t getSymbolIndex(const Elf_Sym *sym) const;
   ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;