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 #2900

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Remove unused code #2900

merged 2 commits into from
Oct 2, 2023

Conversation

guizmaii
Copy link
Member

Found this thanks to research done in #2886


def applyNonOverride(idents: Ident*)(ast: Ast) =
if (idents.forall(_ != externalIdent)) apply(ast)
Copy link
Member Author

Choose a reason for hiding this comment

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

IntelliJ suggestion

@@ -81,7 +81,6 @@ object DemarcateExternalAliases {
case Returning(a, id, body) =>
Returning(a, id, demarcateQueriesInBody(id, body))
case ReturningGenerated(a, id, body) =>
val d = demarcateQueriesInBody(id, body)
Copy link
Member Author

Choose a reason for hiding this comment

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

Unused code

@guizmaii guizmaii mentioned this pull request Sep 30, 2023
@juliano juliano merged commit f9c68d8 into master Oct 2, 2023
13 checks passed
@juliano juliano deleted the clean_3 branch October 2, 2023 07:48
jilen pushed a commit that referenced this pull request Jun 11, 2024
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