Browse Source

setup_crypto: remove unused function

Thomas Waldmann 3 năm trước cách đây
mục cha
commit
9b872104da
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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]')