branch: elpa/geiser-racket
commit 20cc1185f4ad58bb4e124f1f840615dd76a0100c
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Leftover code from the previous patch removed
---
geiser/utils.rkt | 2 --
1 file changed, 2 deletions(-)
diff --git a/geiser/utils.rkt b/geiser/utils.rkt
index 80d5150..8e26cf5 100644
--- a/geiser/utils.rkt
+++ b/geiser/utils.rkt
@@ -15,8 +15,6 @@
keyword->symbol
symbol->keyword)
-(require racket/mpair)
-
(define (pair->list pair)
(let loop ([d pair] [s '()])
(cond [(null? d) (reverse s)]