osmo_nitb.py: Remove unused var

Change-Id: Ifb0c274aac9f8fda177992f19146807387485627
This commit is contained in:
Pau Espin 2017-05-22 18:37:51 +02:00 committed by Neels Hofmeyr
parent 374e8a0b26
commit d1f8fe689e
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ class OsmoNitbCtrl(log.Origin):
return True
def subscriber_list_active(self):
var = 'subscriber-list-active-v1'
aslist_str = ""
with self.ctrl() as ctrl:
ctrl.do_get(OsmoNitbCtrl.SUBSCR_LIST_ACTIVE_VAR)