diff options
author | Arun Isaac | 2023-11-19 00:18:29 +0000 |
---|---|---|
committer | Arun Isaac | 2023-11-19 00:18:29 +0000 |
commit | e0855a85b0328de16a54462f34569a37e6853c9f (patch) | |
tree | 309afd2db70a5cb7424ec3bb174a3593643142b8 | |
parent | 1d28ca4c90fef799c024d8631f95c4c3d0d748d4 (diff) | |
download | ccwl-e0855a85b0328de16a54462f34569a37e6853c9f.tar.gz ccwl-e0855a85b0328de16a54462f34569a37e6853c9f.tar.lz ccwl-e0855a85b0328de16a54462f34569a37e6853c9f.zip |
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.
-rw-r--r-- | ccwl/ccwl.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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) |