authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-06-10 21:05:20+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-06-10 21:05:20+02:00
loge1f1f161830282ffa80f9b885fefef62862373a3
treef21b76985e7cabf7103b9bed641f1cc6b29d83e8
parent183d5f4a5312c090729823dd5ebf4500c0a5a5eb

zld: clean up


1 files changed, 0 insertions(+), 2 deletions(-)

src/link/MachO/Symbol.zig-2
......@@ -111,8 +111,6 @@ pub const Tentative = struct {
111111 /// File where this symbol was referenced.
112112 file: *Object,
113113
114 // TODO debug info?
115
116114 pub const base_type: Symbol.Type = .tentative;
117115};
118116