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 {...@@ -111,8 +111,6 @@ pub const Tentative = struct {
111 /// File where this symbol was referenced.111 /// File where this symbol was referenced.
112 file: *Object,112 file: *Object,
113113
114 // TODO debug info?
115
116 pub const base_type: Symbol.Type = .tentative;114 pub const base_type: Symbol.Type = .tentative;
117};115};
118116