summaryrefslogtreecommitdiff
path: root/ccwl
diff options
context:
space:
mode:
authorArun Isaac2021-03-21 15:29:28 +0530
committerArun Isaac2021-03-21 15:29:28 +0530
commita14ee063406f443a9435560c8690d7e335ecbf39 (patch)
treed5de2f69b76022c8f539c468dbd4a106df9424b1 /ccwl
parentaf566def581399f785fc3fd1c8ecba4149c52ffc (diff)
downloadccwl-a14ee063406f443a9435560c8690d7e335ecbf39.tar.gz
ccwl-a14ee063406f443a9435560c8690d7e335ecbf39.tar.lz
ccwl-a14ee063406f443a9435560c8690d7e335ecbf39.zip
Remove appender for inputs field of <command>.
* ccwl/ccwl.scm (append-command-inputs): Delete function.
Diffstat (limited to 'ccwl')
-rw-r--r--ccwl/ccwl.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index b3c4fad..dd0ffd3 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -100,9 +100,6 @@
(stdin command-stdin set-command-stdin)
(other command-other))
-(define append-command-inputs
- (field-appender command-inputs set-command-inputs))
-
(define append-command-outputs
(field-appender command-outputs set-command-outputs))