diff options
Diffstat (limited to 'bin/tissue')
-rwxr-xr-x | bin/tissue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/tissue b/bin/tissue index 42b46c8..ffa6ef9 100755 --- a/bin/tissue +++ b/bin/tissue @@ -60,10 +60,6 @@ exec guile --no-auto-compile -s "$0" "$@" ;; A string URI linking to this document on the web (web-uri indexed-document-web-uri)) -(define (invoke program . args) - (unless (zero? (apply system* program args)) - (error "Invocation of program failed" (cons program args)))) - (define rlast (case-lambda (() #f) |