Skip to content

Commit

Permalink
Merge pull request #9218 from qkoziol/main
Browse files Browse the repository at this point in the history
Cleanup "unused label" warning
  • Loading branch information
qkoziol authored Aug 11, 2023
2 parents 64e618d + c54c0d6 commit 4f2cbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hmem_cuda.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ static int cuda_hmem_dl_init(void)
err_dlclose_nvml_lib:
if (cuda_attr.nvml_handle)
dlclose(cuda_attr.nvml_handle);
err_dlclose_cuda_driver:
dlclose(cuda_attr.driver_handle);
err_dlclose_cuda_runtime:
dlclose(cuda_attr.runtime_handle);
Expand Down

0 comments on commit 4f2cbb2

Please sign in to comment.