Commit e1f1f16183

Jakub Konka <kubkon@jakubkonka.com>
2021-06-10 21:05:20
zld: clean up
1 parent 183d5f4
Changed files (1)
src
link
src/link/MachO/Symbol.zig
@@ -111,8 +111,6 @@ pub const Tentative = struct {
     /// File where this symbol was referenced.
     file: *Object,
 
-    // TODO debug info?
-
     pub const base_type: Symbol.Type = .tentative;
 };