OSDN Git Service

Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and there's...
authorCraig Topper <craig.topper@gmail.com>
Fri, 13 Apr 2012 05:58:19 +0000 (05:58 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 13 Apr 2012 05:58:19 +0000 (05:58 +0000)
commitbdc3adc6c10378e16035467aae866eead51f1d54
tree318aa17a14759514c116b1d989d2295521395851
parent6c189ecbe6d11583dc54289a2e8d8f35add01c82
Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and there's already a copy there. ELF.h was hiding the one there and causing an unused function warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154657 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h