[ELFRelocs] Other architectures do not have *_NUM reloc.

It also seems to be unused. Get rid of it.
Thanks to Rafael for pointing out.

llvm-svn: 267428
This commit is contained in:
Davide Italiano 2016-04-25 17:13:39 +00:00
parent 5d07243529
commit 9af8c88f86

View File

@ -45,4 +45,3 @@ ELF_RELOC(R_386_TLS_DESC_CALL, 40)
ELF_RELOC(R_386_TLS_DESC, 41)
ELF_RELOC(R_386_IRELATIVE, 42)
ELF_RELOC(R_386_GOT32X, 43)
ELF_RELOC(R_386_NUM, 44)