Skip to content

Commit

Permalink
Remove redundant and useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jan 11, 2025
1 parent a59764e commit abae345
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,6 @@ object JsonCodec {
case Right(value) => Right(value)
}

def x[A](dec: ZJsonDecoder[A]): Unit = dec match {
case _: ZJsonDecoder[_] =>
}

private[schema] def option[A](A: ZJsonDecoder[A]): ZJsonDecoder[Option[A]] =
new ZJsonDecoder[Option[A]] {
private[this] val ull: Array[Char] = "ull".toCharArray
Expand Down

0 comments on commit abae345

Please sign in to comment.