1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

lvmdbustest.py: Remove un-used variable

Not needed with new validation function.
This commit is contained in:
Tony Asleson 2017-03-01 17:29:40 -06:00
parent 7b0371e74e
commit 26ca308ba9

View File

@ -483,7 +483,6 @@ class TestDbusService(unittest.TestCase):
(vg, thin_pool) = self._create_raid5_thin_pool() (vg, thin_pool) = self._create_raid5_thin_pool()
vg_name_start = vg.Name vg_name_start = vg.Name
mgr = self.objs[MANAGER_INT][0].Manager
# noinspection PyTypeChecker # noinspection PyTypeChecker
self._verify_hidden_lookups(thin_pool.LvCommon, vg_name_start) self._verify_hidden_lookups(thin_pool.LvCommon, vg_name_start)