[ELF] - Remove dead code. NFC.

It duplicated the default implementation.

llvm-svn: 336093
This commit is contained in:
George Rimar 2018-07-02 11:10:08 +00:00
parent 409bd5f487
commit 2757df7933
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public:
return LineSection;
}
StringRef getFileName() const override { return ""; }
StringRef getCUIndexSection() const override { return ""; }
StringRef getAbbrevSection() const override { return AbbrevSection; }
StringRef getStringSection() const override { return StrSection; }
StringRef getGnuPubNamesSection() const override {