summaryrefslogtreecommitdiff
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 ae0f304..1d370fa 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -83,12 +83,6 @@
"Build and return an <output> object."
(make-output id type binding source other))
-(define %stdin
- (input "stdin" #:type 'File))
-
-(define %stdout
- (output "stdout" #:type 'stdout))
-
(define (filter-alist alist)
"Filter ALIST removing entries with #f as the value."
(filter (match-lambda