utils: Remove some extra code at the end of the module.

This commit is contained in:
Sergiu Ivanov 2020-02-17 23:53:38 +01:00
parent 9908df4a7b
commit f18d47952f
1 changed files with 0 additions and 3 deletions

View File

@ -107,6 +107,3 @@
(let ([vals (call-with-values (λ () (eval-with ht expr))
(λ vals vals))])
(car vals)))
(let ([ht #hash((a . 1) (b . 1))])
(eval-with1 ht '(+ b a 1)))