about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-03-24 19:59:51 +0000
committerArun Isaac2026-03-24 19:59:51 +0000
commit6d061192dfe7c9554dd484f1d78d1b32e3399d8b (patch)
treed661e7c3569a95c85e87f120265e93a8856ddf10
parent71525e1d9b452b885e2be34cebdf807b8b2a2c1b (diff)
downloadccwl-main.tar.gz
ccwl-main.tar.lz
ccwl-main.zip
scripts: Remove unused invalid-operand function. HEAD main
Change-Id: I41b672454e1353c393251612f15c56918aefe8ad
-rwxr-xr-xscripts/ccwl3
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)