Skip to content

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Nov 5, 2023
1 parent d987e27 commit 293a0f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quill-core/src/main/scala/io/getquill/quat/QuatMaking.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ trait QuatMaking extends QuatMakingBase with MacroUtilBase {
case Some(value) =>
value

// c.inferImplicitValue(expanderTpe.tpe, silent = true) match {
// case EmptyTree => c.fail(s"Can't find an implicit `${prefix}Meta` for type `${t.tpe}`")
// case tree => tree
// }

case None =>
val lookup =
if (OptionalTypecheck(c)(q"implicitly[${c.prefix}.Encoder[$tpe]]").isDefined) {
Expand Down

0 comments on commit 293a0f4

Please sign in to comment.