diff --git a/src/link/MachO/Symbol.zig b/src/link/MachO/Symbol.zig index 2c775824c5..bb97acdf9f 100644 --- a/src/link/MachO/Symbol.zig +++ b/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; };