From e0855a85b0328de16a54462f34569a37e6853c9f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 19 Nov 2023 00:18:29 +0000 Subject: ccwl: Delete code remnant from previous editing. This code remnant actually compiled successfully and was well-hidden from sight! * ccwl/ccwl.scm (key->output): Delete code remnant from previous editing. --- ccwl/ccwl.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index b106c6d..a398947 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -795,7 +795,6 @@ commands." (cond ((null? (step-scattered-inputs step-with-output)) type) - (step-scatter-method step-with-output) ;; For dot products and flat cross products, create a ;; singly nested array type. ((memq (step-scatter-method step-with-output) -- cgit v1.2.3