[all-commits] [llvm/llvm-project] 973f1f: [lldb][NFCI] Remove unused member from ObjectFileM...

Alex via All-commits all-commits at lists.llvm.org
Tue May 23 15:15:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 973f1fe7a8591c7af148e573491ab68cc15b6ecf
      https://github.com/llvm/llvm-project/commit/973f1fe7a8591c7af148e573491ab68cc15b6ecf
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h

  Log Message:
  -----------
  [lldb][NFCI] Remove unused member from ObjectFileMachO

>From what I can see, `m_mach_segments` is completely unused. Let's
remove it.

Differential Revision: https://reviews.llvm.org/D151236




More information about the All-commits mailing list