Remove redundant read-u8 definition
This commit is contained in:
parent
a489bf5784
commit
0e723587e5
|
@ -292,5 +292,4 @@
|
|||
(with-output-to b (thunk))
|
||||
(io.tostring! b)))
|
||||
|
||||
(define (read-u8) (io.read *input-stream* 'uint8))
|
||||
(define modulo mod)
|
||||
|
|
Loading…
Reference in New Issue