diff options
Diffstat (limited to 'sys/kern/imgact_elf.c')
-rw-r--r-- | sys/kern/imgact_elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 103f49d7d24a..b59f8c85ea1b 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -630,7 +630,6 @@ __elfN(load_section)(struct image_params *imgp, vm_ooffset_t offset, return (0); } - /* * We have to get the remaining bit of the file into the first part * of the oversized map segment. This is normally because the .data |