forked from OSchip/llvm-project
Remove dead code.
This commit is contained in:
parent
90a3b31091
commit
a23f7c0cb6
|
@ -376,7 +376,6 @@ public:
|
|||
private:
|
||||
std::vector<ChainedFixupTarget> FixupTargets;
|
||||
uint32_t FixupIndex = 0;
|
||||
FixupKind Kind;
|
||||
};
|
||||
using fixup_iterator = content_iterator<MachOChainedFixupEntry>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue