Remove unused real_device_path

This commit is contained in:
Anders Ingemann 2014-04-07 21:48:03 +02:00
parent bb680b28c5
commit 0c4ba09958

View file

@ -28,7 +28,6 @@ class Volume(FSMProxy):
"""
# Path to the volume
self.device_path = None
self.real_device_path = None
# The partition map
self.partition_map = partition_map
# The size of the volume as reported by the partition map