Remove unused supression.

This commit is contained in:
2023-08-23 23:10:20 -07:00
parent ddde99f38d
commit 1c300b6109

View File

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