aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--csc/compare.csc4
1 files changed, 0 insertions, 4 deletions
diff --git a/csc/compare.csc b/csc/compare.csc
index c9716bf..cbf8b6d 100644
--- a/csc/compare.csc
+++ b/csc/compare.csc
@@ -207,10 +207,6 @@
; transformer. Each transformer is a pair of type predicate that the
; transformer matches on, and a function that transforms a value of that
; type into an alist.
- ;
- ; Potential future enhancements:
- ; - support vector and bytevector
- ; - split strings into lines
(define (diff x y . transformers)
(define d (open-output-string))
(define t* (cons default-transformers transformers))