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-objects5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index f05d513bad94..d22bc499ca6e 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -84,11 +84,6 @@ local file="$1"
# skip the majority of files, no ELF binaries here
skip=1
;;
- */libsalcpprt.a)
- # strangely readelf -d "succeeds" on a static library so
- # have to filter it manually
- skip=1
- ;;
*/libcairocanvaslo.so)
whitelist="${whitelist} libcairo.so.2"
;;