From 1c300b61097743291f211f030f7a6c2d271fe363 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Wed, 23 Aug 2023 23:10:20 -0700 Subject: [PATCH] Remove unused supression. --- src/main/kotlin/gay/pizza/pork/parse/CharSource.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/gay/pizza/pork/parse/CharSource.kt b/src/main/kotlin/gay/pizza/pork/parse/CharSource.kt index a2253ce..816d696 100644 --- a/src/main/kotlin/gay/pizza/pork/parse/CharSource.kt +++ b/src/main/kotlin/gay/pizza/pork/parse/CharSource.kt @@ -2,7 +2,6 @@ package gay.pizza.pork.parse interface CharSource : PeekableSource { companion object { - @Suppress("ConstPropertyName") const val NullChar = 0.toChar() } }