Revert part of an earlier patch attempt that snuck in with r240938.

This commit is contained in:
Ed Maste 2012-09-25 23:41:45 +00:00
parent 28f865b0b1
commit c11038e252
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240942

View File

@ -64,7 +64,6 @@ struct tap_softc {
SLIST_ENTRY(tap_softc) tap_next; /* next device in chain */
struct cdev *tap_dev;
struct mtx tap_mtx; /* per-softc mutex */
struct cv tap_cv; /* protect ref'd dev destroy */
};
#endif /* !_NET_IF_TAPVAR_H_ */