Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused code #2904

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Remove unused code #2904

merged 2 commits into from
Oct 2, 2023

Conversation

guizmaii
Copy link
Member

Found this thanks to research done in #2886

@@ -19,14 +19,12 @@ object Quill {
ZLayer.fromFunction((session: CassandraZioSession) => new Cassandra[N](naming, session))
}

case class Cassandra[+N <: NamingStrategy](val naming: N, session: CassandraZioSession)
class Cassandra[+N <: NamingStrategy](val naming: N, session: CassandraZioSession)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the case as all the other context are implemented as simple classes, not case classes. Doesn't seem to be necessary here anyway

Copy link
Collaborator

@juliano juliano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@juliano juliano merged commit f6228d3 into master Oct 2, 2023
@juliano juliano deleted the clean_7 branch October 2, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants