diff options
author | dcs <dcs@FreeBSD.org> | 2000-06-07 03:33:12 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-06-07 03:33:12 +0000 |
commit | 5be27e9988b736abd2955becd880f5818956db53 (patch) | |
tree | a103622b8de14f18aaf5044699f718f60e0cf22a /sys | |
parent | 5d65db6c806dee112012b31e69d90fd0053d60cf (diff) | |
download | FreeBSD-src-5be27e9988b736abd2955becd880f5818956db53.zip FreeBSD-src-5be27e9988b736abd2955becd880f5818956db53.tar.gz |
Remove residual printf.
Prodded by: msmith
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/common/load_elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 0adb509..40a15fd 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -586,7 +586,6 @@ elf_parse_modmetadata(struct preloaded_file *fp, elf_file_t ef) { case MDT_VERSION: s = strdupout((vm_offset_t)(md.md_cval + ef->off)); file_addmodule(fp, s, NULL); - printf(" module: %s\n", s); free(s); modcnt++; break; |