| author | |
| committer | |
| log | 9ec415d4de1dcdac4c5fc772883c952b337d65e7 |
| tree | 97ec7aa51b0bd41f6c3bc65cc6573ea4b695e897 |
| parent | 518c7908f01cafac9acfbbb708fc49d2c3b5d460 |
1 files changed, 0 insertions(+), 2 deletions(-)
src/link/Elf.zig-2| ... | @@ -340,8 +340,6 @@ pub fn createEmpty( | ... | @@ -340,8 +340,6 @@ pub fn createEmpty( |
| 340 | 340 | ||
| 341 | const gpa = comp.gpa; | 341 | const gpa = comp.gpa; |
| 342 | 342 | ||
| 343 | // Index 0 is always a null symbol. | ||
| 344 | try self.symbols.append(gpa, .{}); | ||
| 345 | // Append null file at index 0 | 343 | // Append null file at index 0 |
| 346 | try self.files.append(gpa, .null); | 344 | try self.files.append(gpa, .null); |
| 347 | // Append null byte to string tables | 345 | // Append null byte to string tables |