Remove unsused code
This commit is contained in:
@ -15,9 +15,6 @@
|
||||
(and (>= code (char-code #\0))
|
||||
(<= code (char-code #\9)))))))
|
||||
|
||||
(deftype utf-8-code-point ()
|
||||
'(integer 0 #x10FFFF))
|
||||
|
||||
(deftype utf-8-middle-byte ()
|
||||
'(integer #b10000000 #b10111111))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user