Skip to content

Commit

Permalink
Remove redundant and useless method (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Jan 11, 2025
1 parent ff90ce2 commit 650d967
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,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]] {

Expand Down

0 comments on commit 650d967

Please sign in to comment.