3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

auto-t: iwd.py: remove unused members

This commit is contained in:
James Prestwood 2022-01-04 10:18:53 -08:00 committed by Denis Kenzior
parent cbe454a46a
commit 8178ea17fd

View File

@ -231,8 +231,6 @@ class StationDebug(IWDDBusAbstract):
_iface_name = IWD_STATION_DEBUG_INTERFACE
def __init__(self, *args, **kwargs):
self._debug_props = None
self._debug_iface = None
self._last_event = None
self._last_event_data = []