diff options
| author | Arun Isaac | 2026-03-24 19:59:51 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-03-24 19:59:51 +0000 |
| commit | 6d061192dfe7c9554dd484f1d78d1b32e3399d8b (patch) | |
| tree | d661e7c3569a95c85e87f120265e93a8856ddf10 | |
| parent | 71525e1d9b452b885e2be34cebdf807b8b2a2c1b (diff) | |
| download | ccwl-main.tar.gz ccwl-main.tar.lz ccwl-main.zip | |
Change-Id: I41b672454e1353c393251612f15c56918aefe8ad
| -rwxr-xr-x | scripts/ccwl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index a8b690b..1c940cd 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -42,9 +42,6 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (define (invalid-option opt name arg result) (error "Invalid option" name)) -(define (invalid-operand arg result) - (error "Invalid argument" arg)) - (define %help-option (option (list #\h "help") #f #t (lambda (opt name arg result) |
