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 qualifer_attr from svm #1930

Merged
merged 4 commits into from
Jul 1, 2024

Conversation

kevinheavey
Copy link

@kevinheavey kevinheavey commented Jun 29, 2024

Problem

The qualifer_attr usage in solana-svm isn't doing anything - it's applying pub to something that is already pub. I'm guessing it used to do something. As it happens, the code in question only needs to exist when dev-context-only-utils is active

Summary of Changes

Remove itReplace it with a simple #[cfg(feature = "dev-context-only-utils"]

@kevinheavey kevinheavey force-pushed the svm-remove-qualifer-attr branch from 22090a2 to ee6d465 Compare June 29, 2024 18:06
@pgarg66 pgarg66 merged commit b97fa99 into anza-xyz:master Jul 1, 2024
51 checks passed
samkim-crypto pushed a commit to samkim-crypto/agave that referenced this pull request Jul 31, 2024
* remove qualifer_attr and just use #[cfg(feature = "dev-context-only-utils")]

* update lock file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants