[lld] r336093 - [ELF] - Remove dead code. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 04:10:08 PDT 2018
Author: grimar
Date: Mon Jul 2 04:10:08 2018
New Revision: 336093
URL: http://llvm.org/viewvc/llvm-project?rev=336093&view=rev
Log:
[ELF] - Remove dead code. NFC.
It duplicated the default implementation.
Modified:
lld/trunk/ELF/GdbIndex.h
Modified: lld/trunk/ELF/GdbIndex.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/GdbIndex.h?rev=336093&r1=336092&r2=336093&view=diff
==============================================================================
--- lld/trunk/ELF/GdbIndex.h (original)
+++ lld/trunk/ELF/GdbIndex.h Mon Jul 2 04:10:08 2018
@@ -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 {
More information about the llvm-commits
mailing list