Skip to content

Commit d95a8dc

Browse files
committed
Remove unused generic typeclass
1 parent 759fc68 commit d95a8dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/rudiments.Rudiments.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ object Rudiments:
4848

4949
object Memory:
5050
def apply(long: Long): Memory = long
51-
given ("content-length" is GenericHttpRequestParam[Memory]) = _.long.toString.tt
5251
given ordering: Ordering[Memory] = Ordering.Long.on(_.long)
5352

5453
given communicable: [MemoryType <: Memory] => MemoryType is Communicable =

0 commit comments

Comments
 (0)