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 param arg #3507

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Remove unused param arg #3507

merged 1 commit into from
Jun 13, 2022

Conversation

dafeda
Copy link
Contributor

@dafeda dafeda commented Jun 13, 2022

Issue
Resolves #3506

Pre review checklist

  • [x ] Added appropriate release note label
  • [x ] PR title captures the intent of the changes, and is fitting for release notes.
  • [ x] Commit history is consistent and clean, in line with the contribution guidelines.

Adding labels helps the maintainers when writing release notes. This is the list of release note labels.

@dafeda dafeda added the release-notes:maintenance Automatically categorise as maintenance change in release notes label Jun 13, 2022
@dafeda dafeda self-assigned this Jun 13, 2022
@@ -361,8 +361,7 @@ static enkf_fs_type *enkf_fs_mount_block_fs(FILE *fstab_stream,
}

enkf_fs_type *enkf_fs_create_fs(const char *mount_point,
fs_driver_impl driver_id, void *arg,
bool mount) {
fs_driver_impl driver_id, bool mount) {
/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe change this to // line comments and update indentation while we are at it.

@dafeda dafeda merged commit 0c478ef into equinor:main Jun 13, 2022
@dafeda dafeda deleted the arg branch June 13, 2022 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:maintenance Automatically categorise as maintenance change in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused parameter arg of enkf_fs_create_block_fs
2 participants