Author: avos
Date: Sat Feb  2 16:23:45 2019
New Revision: 343684
URL: https://svnweb.freebsd.org/changeset/base/343684
Log:
  Drop unused M_80211_COM malloc(9) type.
  
  It is not used since r287197.
  
  MFC after:    3 days

Modified:
  head/sys/net80211/ieee80211_freebsd.c

Modified: head/sys/net80211/ieee80211_freebsd.c
==============================================================================
--- head/sys/net80211/ieee80211_freebsd.c       Sat Feb  2 16:21:23 2019        
(r343683)
+++ head/sys/net80211/ieee80211_freebsd.c       Sat Feb  2 16:23:45 2019        
(r343684)
@@ -68,8 +68,6 @@ SYSCTL_INT(_net_wlan, OID_AUTO, debug, CTLFLAG_RW, &ie
            0, "debugging printfs");
 #endif
 
-static MALLOC_DEFINE(M_80211_COM, "80211com", "802.11 com state");
-
 static const char wlanname[] = "wlan";
 static struct if_clone *wlan_cloner;
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to