Skip to content

Commit a86d4c2

Browse files
Drop redundant get_arch_specific_objects
Co-Authored-By: David Stansby <[email protected]>
1 parent 912c207 commit a86d4c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,6 @@ class BuildFailed(Exception):
316316
pass
317317

318318

319-
def get_arch_specific_objects():
320-
machine = cpuinfo.platform.machine()
321-
if machine == 'x86_64':
322-
return [S[:-1] + 'o' for S in glob("c-blosc/internal-complibs/zstd*/decompress/*amd64.S")]
323-
elif machine == 'aarch64':
324-
return [S[:-1] + 'o' for S in glob("c-blosc/internal-complibs/zstd*/decompress/*aarch64.S")]
325-
return []
326-
327-
328319
class ve_build_ext(build_ext):
329320
# This class allows C extension building to fail.
330321

0 commit comments

Comments
 (0)