mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
elf: null symbol is obsolete
This commit is contained in:
parent
518c7908f0
commit
9ec415d4de
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue