Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed May 19, 2021
1 parent 8528a44 commit 1e74233
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ class SttpBackendStub[F[_], +P](
}
}

private def wrapResponse[T](r: Response[_]): F[Response[T]] =
monad.unit(r.asInstanceOf[Response[T]])

override def close(): F[Unit] = monad.unit(())

override def responseMonad: MonadError[F] = monad
Expand Down

0 comments on commit 1e74233

Please sign in to comment.