aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 6a25bb0..4c15d98 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -217,12 +217,6 @@ RUN-ARGS. If such an input is not present in RUN-ARGS, return #f."
(eq? (input-id input1)
(input-id input2)))
-(define (invoke-command step-id command . args)
- (make-step step-id
- command
- (plist->alist args)
- (command-outputs command)))
-
(define (command-input-keys command)
"Return the list of input keys accepted by COMMAND."
(map input-id (command-inputs command)))