1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +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_name_start = vg.Name
mgr = self.objs[MANAGER_INT][0].Manager
# noinspection PyTypeChecker
self._verify_hidden_lookups(thin_pool.LvCommon, vg_name_start)