mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove map and unmap methods on singlepartitionmap
This commit is contained in:
parent
4b2711893f
commit
8aefa93646
1 changed files with 1 additions and 7 deletions
|
@ -13,13 +13,7 @@ class NoPartitions(object):
|
||||||
return self.root.size
|
return self.root.size
|
||||||
|
|
||||||
def create(self, volume):
|
def create(self, volume):
|
||||||
pass
|
self.root.create(volume)
|
||||||
|
|
||||||
def map(self, volume):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def unmap(self, volume):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def format(self):
|
def format(self):
|
||||||
self.root.format()
|
self.root.format()
|
||||||
|
|
Loading…
Add table
Reference in a new issue