Remove the prototypes for two functions that were removed when the

CD9660_ROOT option was axed.
This commit is contained in:
John Baldwin 1999-11-02 19:38:27 +00:00
parent 2fb05ea1fc
commit f513096dfb
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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