[all-commits] [llvm/llvm-project] 94ce37: [lldb] Remove unused Status::SetMachError (NFC) (#...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Nov 17 10:18:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94ce378ec051a120d640073b885fcd90f1cf10f8
      https://github.com/llvm/llvm-project/commit/94ce378ec051a120d640073b885fcd90f1cf10f8
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M lldb/include/lldb/Utility/Status.h
    M lldb/source/Utility/Status.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list