mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 01:53:16 +00:00
elf: null symbol is obsolete
This commit is contained in:
parent
518c7908f0
commit
9ec415d4de
@ -340,8 +340,6 @@ pub fn createEmpty(
|
||||
|
||||
const gpa = comp.gpa;
|
||||
|
||||
// Index 0 is always a null symbol.
|
||||
try self.symbols.append(gpa, .{});
|
||||
// Append null file at index 0
|
||||
try self.files.append(gpa, .null);
|
||||
// Append null byte to string tables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user