aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorArun Isaac2024-08-22 17:03:01 +0100
committerArun Isaac2024-08-22 17:03:01 +0100
commit62e8278a3dc742b37080d719329b9aa4426cee2d (patch)
treed48124eec7d56cfd1a53af69e04775bb5a6912b7 /bin
parent434eaaee542610d68613451ba95ec9d86816eabd (diff)
downloadravanan-62e8278a3dc742b37080d719329b9aa4426cee2d.tar.gz
ravanan-62e8278a3dc742b37080d719329b9aa4426cee2d.tar.lz
ravanan-62e8278a3dc742b37080d719329b9aa4426cee2d.zip
bin: Remove unused invoke function.
* bin/ravanan (invoke): Delete function.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ravanan5
1 files changed, 0 insertions, 5 deletions
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 ...)