Remove redundant lambda from deduplicate-strings
This commit is contained in:
parent
5fcabe95f2
commit
2b1142b424
1 changed files with 1 additions and 3 deletions
|
|
@ -40,6 +40,4 @@
|
|||
result
|
||||
(cons (first pair) result))))
|
||||
'()
|
||||
(sort strings
|
||||
(lambda (a b)
|
||||
(string<? a b)))))
|
||||
(sort strings string<?)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue