netdev: Remove unneeded comment

This commit is contained in:
Denis Kenzior 2016-06-01 14:59:30 -05:00
parent 280f2d40ad
commit e5821f6ade
1 changed files with 0 additions and 6 deletions

View File

@ -138,12 +138,6 @@ bool netdev_exit(void)
nl80211 = NULL;
l_debug("Closing route netlink socket");
/*
* The netlink object keeps track of the registered notification
* callbacks and their multicast memberships. When destroying the
* netlink object, all resources will be freed.
*/
l_netlink_destroy(rtnl);
rtnl = NULL;