Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 29, 2023
1 parent f0f21aa commit e441dcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kyo-cache/shared/src/main/scala/kyo/concurrent/caches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ object caches {
def memo2[T1, T2, S, U](
f: (T1, T2) => U > S
)(implicit
id: sourcecode.Enclosing,
ft1: Flat[T1 > Any],
ft2: Flat[T2 > Any],
fu: Flat[U > Any]
Expand All @@ -70,7 +69,6 @@ object caches {
def memo3[T1, T2, T3, S, U](
f: (T1, T2, T3) => U > S
)(implicit
id: sourcecode.Enclosing,
ft1: Flat[T1 > Any],
ft2: Flat[T2 > Any],
ft3: Flat[T3 > Any],
Expand All @@ -83,7 +81,6 @@ object caches {
def memo4[T1, T2, T3, T4, S, U](
f: (T1, T2, T3, T4) => U > S
)(implicit
id: sourcecode.Enclosing,
ft1: Flat[T1 > Any],
ft2: Flat[T2 > Any],
ft3: Flat[T3 > Any],
Expand Down

0 comments on commit e441dcc

Please sign in to comment.