diff options
Diffstat (limited to 'sys/boot/ia64/ski/conf.c')
-rw-r--r-- | sys/boot/ia64/ski/conf.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index cf1e163..3ee3b33 100644 --- a/sys/boot/ia64/ski/conf.c +++ b/sys/boot/ia64/ski/conf.c @@ -60,18 +60,6 @@ struct fs_ops *file_system[] = { NULL }; -/* Exported for ia64 only */ -/* - * Sort formats so that those that can detect based on arguments - * rather than reading the file go first. - */ -extern struct file_format ia64_elf; - -struct file_format *file_formats[] = { - &ia64_elf, - NULL -}; - /* * Consoles * |