[nfc] Remove dead code from ObjectFileMachO
authorJason Molenda <jason@molenda.com>
Tue, 9 May 2023 23:56:08 +0000 (16:56 -0700)
committerJason Molenda <jason@molenda.com>
Wed, 10 May 2023 00:01:06 +0000 (17:01 -0700)
commit448bd59e18721e5357a37f080051db87cc3a4448
treea88c7459a007ecec900a0c65439328095eccdac6
parent8b16fc2e17c0149125e339f45d66f6c4eac9fec8
[nfc] Remove dead code from ObjectFileMachO

The old way of lldb reading the on-disk shared cache is still in
the sources, but we use dyld SPI to inspect this binary now.  This
code is no longer called.
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp