mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
setup_crypto: remove unused function
This commit is contained in:
parent
606ba08587
commit
9b872104da
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@
|
||||||
is_win32 = sys.platform.startswith('win32')
|
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):
|
def crypto_ext_kwargs(pc, system_prefix):
|
||||||
if system_prefix:
|
if system_prefix:
|
||||||
print('Detected OpenSSL [via BORG_OPENSSL_PREFIX]')
|
print('Detected OpenSSL [via BORG_OPENSSL_PREFIX]')
|
||||||
|
|
Loading…
Reference in a new issue