Remove unused supression.

This commit is contained in:
Alex Zenla 2023-08-23 23:10:20 -07:00
parent ddde99f38d
commit 1c300b6109
Signed by: alex
GPG Key ID: C0780728420EBFE5

View File

@ -2,7 +2,6 @@ package gay.pizza.pork.parse
interface CharSource : PeekableSource<Char> {
companion object {
@Suppress("ConstPropertyName")
const val NullChar = 0.toChar()
}
}