diff options
| author | Rui Ueyama <ruiu@google.com> | 2017-10-10 03:01:41 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2017-10-10 03:01:41 +0000 |
| commit | 339ddd16850cf672f093b770ba064f38c3038336 (patch) | |
| tree | f2640b41f1c1efb9f040250f1cc7f7291cb572e4 /lld/ELF/InputSection.h | |
| parent | 97a2d5c42f24e2544cbddf16cd8841e71e9395e3 (diff) | |
| download | bcm5719-llvm-339ddd16850cf672f093b770ba064f38c3038336.tar.gz bcm5719-llvm-339ddd16850cf672f093b770ba064f38c3038336.zip | |
Remove dead function.
llvm-svn: 315265
Diffstat (limited to 'lld/ELF/InputSection.h')
| -rw-r--r-- | lld/ELF/InputSection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index a9972c332c6..b155e3ec6a6 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -168,10 +168,6 @@ public: template <class ELFT> ObjFile<ELFT> *getFile() const; - template <class ELFT> llvm::object::ELFFile<ELFT> getObj() const { - return getFile<ELFT>()->getObj(); - } - InputSection *getLinkOrderDep() const; void maybeUncompress(); |

