From f513096dfb891f65870e475cdb77e40127e5beaf Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 2 Nov 1999 19:38:27 +0000 Subject: [PATCH] Remove the prototypes for two functions that were removed when the CD9660_ROOT option was axed. --- sys/amd64/amd64/autoconf.c | 3 --- sys/i386/i386/autoconf.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 33e68b730c36..9fa03c306048 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -81,9 +81,6 @@ static void configure_first __P((void *)); static void configure __P((void *)); static void configure_final __P((void *)); -static void configure_finish __P((void)); -static void configure_start __P((void)); - #if defined(FFS) && defined(FFS_ROOT) static void setroot __P((void)); #endif diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 33e68b730c36..9fa03c306048 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -81,9 +81,6 @@ static void configure_first __P((void *)); static void configure __P((void *)); static void configure_final __P((void *)); -static void configure_finish __P((void)); -static void configure_start __P((void)); - #if defined(FFS) && defined(FFS_ROOT) static void setroot __P((void)); #endif