Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed May 27, 2024
1 parent 49e5c30 commit 925f504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/shared/src/main/scala/cats/effect/IOLocal.scala
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ object IOLocal {
*/
def apply[A](default: A): IO[IOLocal[A]] = IO(new IOLocalImpl(default))

private[effect] abstract class AbstractIOLocal[A] extends IOLocal[A] {}

private final class IOLocalImpl[A](default: A) extends IOLocal[A] {

def getOrDefault(state: IOLocalState): A =
Expand Down

0 comments on commit 925f504

Please sign in to comment.