[lld-macho][NFC] Remove redundant member from class Defined
`class Symbol` defines a data member `InputFile *file;` `class Defined` inherits from `Symbol` and also defines a data member `InputFile *file;` for no apparent purpose. Differential Revision: https://reviews.llvm.org/D99783
Loading
Please sign in to comment