[lldb] Remove unused Status::SetMachError (NFC) (#72668)
commit94ce378ec051a120d640073b885fcd90f1cf10f8
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 17 Nov 2023 18:17:48 +0000 (17 10:17 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 18:17:48 +0000 (17 10:17 -0800)
tree95d60c52befb9093a90a66a033e2ada96452fa08
parent4172fcc1ebbe0a7b699bfcbdaae9d5f688b62b09
[lldb] Remove unused Status::SetMachError (NFC) (#72668)

This function is never used, neither here nor downstream in the Swift
fork. As far as I can tell, the same is true for the corresponding
eErrorTypeMachKernel but as that's part of the SB API we cannot remove
that.
lldb/include/lldb/Utility/Status.h
lldb/source/Utility/Status.cpp