diff options
| author | John Baldwin <jhb@FreeBSD.org> | 1999-11-02 19:38:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 1999-11-02 19:38:27 +0000 |
| commit | f513096dfb891f65870e475cdb77e40127e5beaf (patch) | |
| tree | c3ae14b20ff223e7178ddcfbbc0e07af435be033 | |
| parent | 2fb05ea1fc93e3eab76545eb62ae439fa04dded2 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 3 | ||||
| -rw-r--r-- | sys/i386/i386/autoconf.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 33e68b730c36b..9fa03c3060480 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 33e68b730c36b..9fa03c3060480 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 |
