Commit e1f1f16183
Changed files (1)
src
link
MachO
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;
};