| author | |
| committer | |
| log | e1f1f161830282ffa80f9b885fefef62862373a3 |
| tree | f21b76985e7cabf7103b9bed641f1cc6b29d83e8 |
| parent | 183d5f4a5312c090729823dd5ebf4500c0a5a5eb |
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, |
| 113 | 113 | ||
| 114 | // TODO debug info? | ||
| 115 | |||
| 116 | pub const base_type: Symbol.Type = .tentative; | 114 | pub const base_type: Symbol.Type = .tentative; |
| 117 | }; | 115 | }; |
| 118 | 116 |