Skip to content

Commit

Permalink
Fixed unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Oct 24, 2023
1 parent 2fca795 commit 791170f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arkode/arkode_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
int arkSetDefaults(void *arkode_mem)
{
ARKodeMem ark_mem;
int retval;
if (arkode_mem==NULL) {
arkProcessError(NULL, ARK_MEM_NULL, "ARKODE",
"arkSetDefaults", MSG_ARK_NO_MEM);
Expand Down

0 comments on commit 791170f

Please sign in to comment.