[NFC] Remove dead code (try 2)
authorArthur Eubanks <aeubanks@google.com>
Wed, 23 Feb 2022 00:11:49 +0000 (16:11 -0800)
committerArthur Eubanks <aeubanks@google.com>
Wed, 23 Feb 2022 00:15:01 +0000 (16:15 -0800)
commit105ddd0fdca0e585db6be05ee8f4a1941d113ca2
tree36e544b34adb3e3e5476679b817350907d363d54
parent2368f18eb305ae9d5a4f2110c048e5daf5007992
[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.
llvm/include/llvm/Object/MachO.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/tools/llvm-objdump/MachODump.cpp