diff options
author | jhb <jhb@FreeBSD.org> | 1999-11-02 19:38:27 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 1999-11-02 19:38:27 +0000 |
commit | 57783992cdded4f3481b1b8f6e651a704e6fe59a (patch) | |
tree | c3ae14b20ff223e7178ddcfbbc0e07af435be033 /sys/amd64 | |
parent | db4ab99c0c6562fb21940bb07ae9f38e9d08d35c (diff) | |
download | FreeBSD-src-57783992cdded4f3481b1b8f6e651a704e6fe59a.zip FreeBSD-src-57783992cdded4f3481b1b8f6e651a704e6fe59a.tar.gz |
Remove the prototypes for two functions that were removed when the
CD9660_ROOT option was axed.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/autoconf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 33e68b7..9fa03c3 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 |