From 6d4abb43772f7220751f7cf472517f05f6c5ce97 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Wed, 15 Oct 2025 09:24:09 +0100 Subject: [PATCH] Remove lcov.sh as this will be moved to the framework Signed-off-by: Ben Taylor --- scripts/lcov.sh | 87 ------------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100755 scripts/lcov.sh diff --git a/scripts/lcov.sh b/scripts/lcov.sh deleted file mode 100755 index 5c17a5be6a..0000000000 --- a/scripts/lcov.sh +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/sh - -help () { - cat <&1; exit 120;; - esac -done -shift $((OPTIND - 1)) - -"$main" "$@"