aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf.c')
-rw-r--r--elf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf.c b/elf.c
index d269531..399434b 100644
--- a/elf.c
+++ b/elf.c
@@ -449,7 +449,6 @@ elffini(struct wbuf *out)
putsym(out, sym);
}
-
/* rel.* */
assert(relocs.n == ntextrel + nrodatarel + ndatarel);
for (enum section s = Stext; s <= Sbss; ++s) {