forked from OSchip/llvm-project
[ELF] - Remove dead code. NFC.
It duplicated the default implementation. llvm-svn: 336093
This commit is contained in:
parent
409bd5f487
commit
2757df7933
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue