summaryrefslogtreecommitdiff
path: root/bin/check-elf-dynamic-objects
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check-elf-dynamic-objects')
-rwxr-xr-xbin/check-elf-dynamic-objects3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index d1b7ab5522f4..c619fc0cdfc5 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -111,9 +111,6 @@ local file="$1"
# skip the majority of files, no ELF binaries here
skip=1
;;
- */_ctypes.cpython-*.so)
- whitelist="${whitelist} libffi.so.6" # TODO dubious?
- ;;
*/_uuid.cpython-*.so)
whitelist="${whitelist} libuuid.so.1"
;;