Remove all_unique, a unused utility function

Change-Id: I0dc14063ad619479c460706714b65faa83d59877
This commit is contained in:
Dougal Matthews 2019-08-01 12:27:34 +01:00
parent cf334f9ba3
commit f5028ac35d
1 changed files with 0 additions and 5 deletions

View File

@ -646,11 +646,6 @@ def run_shell(cmd):
return subprocess.call([cmd], shell=True)
def all_unique(x):
"""Return True if the collection has no duplications."""
return len(set(x)) == len(x)
def file_checksum(filepath):
"""Calculate md5 checksum on file