Skip to content

Commit 6a7b4a8

Browse files
committed
Removed unused variables
1 parent 73ab6b8 commit 6a7b4a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arkode/arkode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,6 @@ void ARKodePrintMem(void* arkode_mem, FILE* outfile)
13641364
ARKodeMem arkCreate(SUNContext sunctx)
13651365
{
13661366
int iret;
1367-
long int lenrw, leniw;
13681367
ARKodeMem ark_mem;
13691368

13701369
if (!sunctx)

0 commit comments

Comments
 (0)