Remove redundant read-u8 definition
This commit is contained in:
parent
a489bf5784
commit
0e723587e5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue