diff options
-rw-r--r-- | ccwl/ccwl.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 24e86f0..5a1f5b5 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -14,7 +14,6 @@ input output step - intermediate clitool-step)) @@ -113,11 +112,6 @@ lists---the base command and the actual arguments." args))) (values base-command (parse-arguments arguments)))) -(define-immutable-record-type <intermediate> - (intermediate input output-source) - intermediate? - (input intermediate-input) - (output-source intermediate-output-source)) (make-output id type binding source other)) |