diff options
author | Arun Isaac | 2021-03-21 15:29:28 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-21 15:29:28 +0530 |
commit | a14ee063406f443a9435560c8690d7e335ecbf39 (patch) | |
tree | d5de2f69b76022c8f539c468dbd4a106df9424b1 | |
parent | af566def581399f785fc3fd1c8ecba4149c52ffc (diff) | |
download | ccwl-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.
-rw-r--r-- | ccwl/ccwl.scm | 3 |
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)) |