Removing unused msi_conformant_version_assert()

This commit is contained in:
markuskramerIgitt 2017-02-12 16:19:21 +01:00
parent 8f2b7538a5
commit b65f5fef49

View File

@ -710,11 +710,6 @@ def versions_report(include_salt_cloud=False):
yield line
def msi_conformant_version_assert(condtition, txt):
if not condtition:
raise ValueError(txt)
def msi_conformant_version():
'''
A msi conformant version consists of up to 4 numbers, each smaller than 256, except the 4th.