[all-commits] [llvm/llvm-project] 105ddd: [NFC] Remove dead code (try 2)

aeubanks via All-commits all-commits at lists.llvm.org
Tue Feb 22 16:15:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 105ddd0fdca0e585db6be05ee8f4a1941d113ca2
      https://github.com/llvm/llvm-project/commit/105ddd0fdca0e585db6be05ee8f4a1941d113ca2
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M llvm/include/llvm/Object/MachO.h
    M llvm/lib/Object/MachOObjectFile.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp

  Log Message:
  -----------
  [NFC] Remove dead code (try 2)

This is causing
../../llvm/include/llvm/Object/MachO.h:379:13: warning: private field 'Kind' is not used [-Wunused-private-field]
  FixupKind Kind;

Previous attempt in a23f7c0cb6b42a06bc9707fdf46ce2a90080f61f.




More information about the All-commits mailing list