Remove unused functions from ModuleLinker (NFC)
authorTeresa Johnson <tejohnson@google.com>
Mon, 21 Dec 2015 15:49:59 +0000 (15:49 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 21 Dec 2015 15:49:59 +0000 (15:49 +0000)
commit0e1a49a3ee3897eb147b4d30022a62c9f0b96080
treeb59b548ba4156c9c47ba5e1c9c4420fa9fda516b
parent6cfd049a121d734fcf466dc2c2066f13c9caeb54
Remove unused functions from ModuleLinker (NFC)

Remove a couple ModuleLinker methods and a related static function that
are no longer used after the linker split.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256162 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp