2
0
Эх сурвалжийг харах

setup_crypto: remove unused function

Thomas Waldmann 3 жил өмнө
parent
commit
9b872104da
1 өөрчлөгдсөн 0 нэмэгдсэн , 5 устгасан
  1. 0 5
      setup_crypto.py

+ 0 - 5
setup_crypto.py

@@ -6,11 +6,6 @@ import sys
 is_win32 = sys.platform.startswith('win32')
 
 
-def multi_join(paths, *path_segments):
-    """apply os.path.join on a list of paths"""
-    return [os.path.join(*(path_segments + (path,))) for path in paths]
-
-
 def crypto_ext_kwargs(pc, system_prefix):
     if system_prefix:
         print('Detected OpenSSL [via BORG_OPENSSL_PREFIX]')