Skip to content

Commit

Permalink
Remove an unused variable from H5FDs3comms.c (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored and lrknox committed Oct 2, 2024
1 parent 89e3c0e commit 3874f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,6 @@ H5FD__s3comms_load_aws_creds_from_file(FILE *file, const char *profile_name, cha
};
unsigned setting_count = 3;
herr_t ret_value = SUCCEED;
unsigned buffer_i = 0;
unsigned setting_i = 0;
int found_setting = 0;
char *line_buffer = &(buffer[0]);
Expand Down

0 comments on commit 3874f24

Please sign in to comment.