summaryrefslogtreecommitdiffstats
path: root/package/lzma
diff options
context:
space:
mode:
Diffstat (limited to 'package/lzma')
-rwxr-xr-xpackage/lzma/lzmacheck.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/lzma/lzmacheck.sh b/package/lzma/lzmacheck.sh
deleted file mode 100755
index bcb0423d1..000000000
--- a/package/lzma/lzmacheck.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-bin=$(toolchain/dependencies/check-host-lzma.sh)
-if [ "x$bin" = "x" ] ; then
- echo build-lzma-host-binary
-else
- echo use-lzma-host-binary
-fi
-