zld: clean up

This commit is contained in:
Jakub Konka 2021-06-10 21:05:20 +02:00
parent 183d5f4a53
commit e1f1f16183

View File

@ -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;
};