Remove another redundant if_output initialization.

This commit is contained in:
Maxime Henrion 2004-05-24 11:01:45 +00:00
parent e0cd241f8b
commit 7131aeaea1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129648

View file

@ -120,7 +120,6 @@ ef_attach(struct efnet *sc)
struct ifaddr *ifa2;
struct sockaddr_dl *sdl2;
ifp->if_output = ether_output;
ifp->if_start = ef_start;
ifp->if_watchdog = NULL;
ifp->if_init = ef_init;