diff options
| author | Fangrui Song <maskray@google.com> | 2019-12-16 11:19:22 -0800 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-12-16 11:19:22 -0800 |
| commit | ee912fe6a15fda430320b1ce7140e4f18156719a (patch) | |
| tree | 251f2d814ca1830960528a302483ede39a849aba | |
| parent | 90d195d026f5c90e26f09614e23d4112b3dfaaa1 (diff) | |
| download | bcm5719-llvm-ee912fe6a15fda430320b1ce7140e4f18156719a.tar.gz bcm5719-llvm-ee912fe6a15fda430320b1ce7140e4f18156719a.zip | |
[ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
| -rw-r--r-- | lld/ELF/Relocations.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Relocations.h b/lld/ELF/Relocations.h index 060c55e3086..ca893d21115 100644 --- a/lld/ELF/Relocations.h +++ b/lld/ELF/Relocations.h @@ -115,8 +115,6 @@ template <class ELFT> void scanRelocations(InputSectionBase &); template <class ELFT> void reportUndefinedSymbols(); -void addIRelativeRelocs(); - class ThunkSection; class Thunk; struct InputSectionDescription; |

