1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-22 16:59:09 +03:00

s4:python LDB __init__.py - remove completely unused "erase_partitions" call

Seems to be a relict from the past.
This commit is contained in:
Matthias Dieter Wallnöfer
2010-06-20 13:03:59 +02:00
parent 2fb715b484
commit e062e7300b
2 changed files with 0 additions and 36 deletions

View File

@ -107,7 +107,4 @@ class Disabled(object):
def test_vampire(self):
raise NotImplementedError(self.test_vampire)
def test_erase_partitions(self):
raise NotImplementedError(self.test_erase_partitions)