diff options
author | jhb <jhb@FreeBSD.org> | 2004-03-11 18:50:05 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-03-11 18:50:05 +0000 |
commit | 265fe61be82dff80c5b876620d07c8a8edcf4c25 (patch) | |
tree | 340aa7a5a5bd1c748b6a58bc851f890a5a38ae35 /usr.sbin/sysinstall/tcpip.c | |
parent | ef3d305cc80eabb798a7e04005d0a6d056f6a595 (diff) | |
download | FreeBSD-src-265fe61be82dff80c5b876620d07c8a8edcf4c25.zip FreeBSD-src-265fe61be82dff80c5b876620d07c8a8edcf4c25.tar.gz |
Remove unused variables.
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index db1539d..0e50bb1 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -557,7 +557,6 @@ netconfig: if (!cancel) { DevInfo *di; char temp[512], ifn[255]; - char *pccard; int ipv4_enable = FALSE; if (hostname[0]) { |