mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-16 03:11:31 +00:00
Remove unused supression.
This commit is contained in:
@ -2,7 +2,6 @@ package gay.pizza.pork.parse
|
||||
|
||||
interface CharSource : PeekableSource<Char> {
|
||||
companion object {
|
||||
@Suppress("ConstPropertyName")
|
||||
const val NullChar = 0.toChar()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user