[ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
authorFangrui Song <maskray@google.com>
Mon, 16 Dec 2019 19:19:22 +0000 (11:19 -0800)
committerFangrui Song <maskray@google.com>
Mon, 16 Dec 2019 19:19:22 +0000 (11:19 -0800)
lld/ELF/Relocations.h

index 060c55e..ca893d2 100644 (file)
@@ -115,8 +115,6 @@ template <class ELFT> void scanRelocations(InputSectionBase &);
 
 template <class ELFT> void reportUndefinedSymbols();
 
-void addIRelativeRelocs();
-
 class ThunkSection;
 class Thunk;
 struct InputSectionDescription;