Author: dteske
Date: Thu Nov 21 17:49:56 2013
New Revision: 258430
URL: http://svnweb.freebsd.org/changeset/base/258430

Log:
  Remove unused line -- cruft left over from SVN r258360.

Modified:
  head/usr.sbin/bsdconfig/networking/share/device.subr

Modified: head/usr.sbin/bsdconfig/networking/share/device.subr
==============================================================================
--- head/usr.sbin/bsdconfig/networking/share/device.subr        Thu Nov 21 
16:44:36 2013        (r258429)
+++ head/usr.sbin/bsdconfig/networking/share/device.subr        Thu Nov 21 
17:49:56 2013        (r258430)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to