diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-elf-dynamic-objects | 5 |
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" ;; |