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 static VOL connector property #21

Open
wants to merge 1 commit into
base: 1_14_2_multithread
Choose a base branch
from

Conversation

mattjala
Copy link
Collaborator

@mattjala mattjala commented Dec 6, 2024

  • Remove global VOL connector property H5VL_def_conn_s

The only actual use of this global field was in H5VL__is_default_conn(), where it was redundant.

  • Rework H5VL__is_default_conn()

This used to check the environment variables (via the static connector property), and a provided FAPL, and a provided connector property. It's not clear to me why, since the provided property entirely controls the connector that is used.

It now returns 'true' based solely on the connector property.

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.

1 participant