From 32f4fe055882e7d9bc45d9acb85b72a4743f7b18 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 May 2021 02:14:55 +0530 Subject: Remove deprecated %stdin and %stdout variables. * ccwl/ccwl.scm (%stdin, %stdout): Delete variables. --- ccwl/ccwl.scm | 6 ------ 1 file changed, 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 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 -- cgit v1.2.3