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

(interpreter) Remove unused methods #491

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

perlun
Copy link
Collaborator

@perlun perlun commented Jun 10, 2024

No description provided.

@perlun perlun added the cleanup Removing old cruft label Jun 10, 2024
@perlun perlun added this to the 0.5.0 milestone Jun 10, 2024
{
return rightTypeReference;
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unused since de3ff2e.

default:
throw new ArgumentException($"{typeCode} is not supported");
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unused since 3dda89d.

@perlun perlun enabled auto-merge (squash) June 10, 2024 19:49
@perlun perlun merged commit 025ac25 into master Jun 10, 2024
11 checks passed
@perlun perlun deleted the cleanup/remove-unused-methods branch June 10, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Removing old cruft
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant