utils: Remove some extra code at the end of the module.
This commit is contained in:
parent
9908df4a7b
commit
f18d47952f
1 changed files with 0 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue