[PATCH] D99783: [lld-macho][NFC] Remove redundant member from class Defined
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 09:20:11 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f8c6f493b06: [lld-macho][NFC] Remove redundant member from class Defined (authored by gkm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99783/new/
https://reviews.llvm.org/D99783
Files:
lld/MachO/Symbols.h
Index: lld/MachO/Symbols.h
===================================================================
--- lld/MachO/Symbols.h
+++ lld/MachO/Symbols.h
@@ -117,7 +117,6 @@
static bool classof(const Symbol *s) { return s->kind() == DefinedKind; }
- InputFile *file;
InputSection *isec;
uint64_t value;
uint64_t size;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99783.334968.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210402/a36acf3c/attachment.bin>
More information about the llvm-commits
mailing list