summaryrefslogtreecommitdiff
path: root/bin/lo-all-static-libs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-all-static-libs')
-rwxr-xr-xbin/lo-all-static-libs3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs
index 8cff485172f9..11c66d42390f 100755
--- a/bin/lo-all-static-libs
+++ b/bin/lo-all-static-libs
@@ -54,9 +54,6 @@ IOS)
$WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/*.o \
$WORKDIR/UnpackedTarball/nss/nss/lib/freebl/out/Darwin_SINGLE_SHLIB/*.o
- # Unfortunately NSS's build mechanism copies each static archive
- # it constructs to another place, but we don't bother filtering
- # out duplicates, it shouldn't hurt.
nsslibs=`find $WORKDIR/UnpackedTarball/nss -name 'lib*.a'`
;;
*)