From 4f9e71ff1022d1fa9568e2416bc208b32b9d87bc Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 6 Mar 2021 00:42:48 +0530 Subject: Remove type. We will auto-connect inputs and outputs by matching their unique identifiers. * ccwl/ccwl.scm (): Delete type. --- ccwl/ccwl.scm | 6 ------ 1 file changed, 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 input output-source) - intermediate? - (input intermediate-input) - (output-source intermediate-output-source)) (make-output id type binding source other)) -- cgit v1.2.3