Remove redundant read-u8 definition

This commit is contained in:
Lassi Kortela 2019-08-28 12:43:39 +03:00
parent a489bf5784
commit 0e723587e5
1 changed files with 0 additions and 1 deletions

View File

@ -292,5 +292,4 @@
(with-output-to b (thunk)) (with-output-to b (thunk))
(io.tostring! b))) (io.tostring! b)))
(define (read-u8) (io.read *input-stream* 'uint8))
(define modulo mod) (define modulo mod)