From 62e8278a3dc742b37080d719329b9aa4426cee2d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 22 Aug 2024 17:03:01 +0100 Subject: bin: Remove unused invoke function. * bin/ravanan (invoke): Delete function. --- bin/ravanan | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') diff --git a/bin/ravanan b/bin/ravanan index 4b7a392..d823173 100755 --- a/bin/ravanan +++ b/bin/ravanan @@ -59,11 +59,6 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (define (invalid-option opt name arg result) (error "Invalid option" name)) -(define (invoke . args) - "Invoke program specified by ARGS. Raise exception if it fails." - (unless (zero? (apply system* args)) - (error "Command invocation failed" args))) - (define main (match-lambda ((_ args ...) -- cgit v1.2.3