Remove redundant lambda from deduplicate-strings

This commit is contained in:
Christopher Baines 2019-03-24 17:31:38 +00:00
parent 5fcabe95f2
commit 2b1142b424
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577

View file

@ -40,6 +40,4 @@
result result
(cons (first pair) result)))) (cons (first pair) result))))
'() '()
(sort strings (sort strings string<?)))
(lambda (a b)
(string<? a b)))))