nl80211: Remove unused pending_send_action
authorJohannes Berg <johannes.berg@intel.com>
Wed, 11 Aug 2010 10:20:51 +0000 (12:20 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 11 Aug 2010 15:33:02 +0000 (18:33 +0300)
commitf48ffe4364e1b03044b7b3d5a59f0c8f0506ba9d
treeeca436aeefe0ca6a6a8c5a6876053d75793245ef
parent77895cd937aebaeab76de20971a5c8c66d5abc3c
nl80211: Remove unused pending_send_action

This variable is assigned only once and never tested, so basically
unused.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c