summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-21 17:49:56 +0000
committerdteske <dteske@FreeBSD.org>2013-11-21 17:49:56 +0000
commit94a01d687eafb5bb90fa5094ca663eaf529743b8 (patch)
tree858031b4300a252c9952236e0123c3769b65a982 /usr.sbin/bsdconfig/networking
parente0267eeca7c993a5889007e59d9ef50ccc60cb26 (diff)
downloadFreeBSD-src-94a01d687eafb5bb90fa5094ca663eaf529743b8.zip
FreeBSD-src-94a01d687eafb5bb90fa5094ca663eaf529743b8.tar.gz
Remove unused line -- cruft left over from SVN r258360.
Diffstat (limited to 'usr.sbin/bsdconfig/networking')
-rw-r--r--usr.sbin/bsdconfig/networking/share/device.subr1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/networking/share/device.subr b/usr.sbin/bsdconfig/networking/share/device.subr
index 05e003b..64aac03 100644
--- a/usr.sbin/bsdconfig/networking/share/device.subr
+++ b/usr.sbin/bsdconfig/networking/share/device.subr
@@ -74,7 +74,6 @@ f_dialog_menu_netdev()
#
# Get list of usable network interfaces
#
- local d='[[:digit:]]+:'
local if iflist= # Calculated below
for if in $( ifconfig -l ); do
# Skip unsavory interfaces
OpenPOWER on IntegriCloud