[LLDB][Reliability] Remove dead code.
authorSlava Gurevich <sgurevich@gmail.com>
Mon, 1 Aug 2022 19:36:38 +0000 (12:36 -0700)
committerSlava Gurevich <sgurevich@gmail.com>
Tue, 2 Aug 2022 17:09:45 +0000 (10:09 -0700)
commitd735307aa2be0ebcc37ddd8d4268635dcd1e9d4e
treebb88bc62943a33bdc3ef5429787dcb37db4de025
parent85a6dd50adb22207a67619ff4fedcc4f48d021cb
[LLDB][Reliability] Remove dead code.

Remove redundant code that can never execute due to preceeding logic checks in the code.

Differential Revision: https://reviews.llvm.org/D130929
lldb/source/API/SBFrame.cpp
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
lldb/source/Target/Platform.cpp