Skip to content

Commit f12c6b4

Browse files
committed
Fixup Build
1 parent ac1fdf0 commit f12c6b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Feersum.Core/base.sld

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
;; Simple definitions
2929
(export caar cadr cdar cddr)
3030
(begin
31-
(define fizz hello-world)
32-
3331
(define (caar x) (car (car x)))
3432
(define (cadr x) (car (cdr x)))
3533
(define (cdar x) (cdr (car x)))

0 commit comments

Comments
 (0)