remove unused code
This commit is contained in:
parent
1f5ebc408d
commit
31be4f041e
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
|
@ -145,9 +145,6 @@ def libcrypto_flags() -> Tuple[List[str], List[str]]:
|
|||
break
|
||||
if not openssl_dirs:
|
||||
raise SystemExit(f'Failed to find OpenSSL version {v[0]}.{v[1]} on your system')
|
||||
|
||||
def key(x: str) -> str:
|
||||
return x.split('@')[-1]
|
||||
extra_pc_dir = os.pathsep.join(openssl_dirs)
|
||||
cflags = pkg_config('libcrypto', '--cflags-only-I', extra_pc_dir=extra_pc_dir)
|
||||
return cflags, pkg_config('libcrypto', '--libs', extra_pc_dir=extra_pc_dir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue