Skip to content

Commit

Permalink
EXODUS_FOR: Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Mar 8, 2024
1 parent a2fd6bc commit d2b3cb8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/seacas/libraries/exodus_for/src/exo_jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -4032,13 +4032,3 @@ void F2C(exppcc, EXPPCC)(int *exoid, void_int *start_node_num, void_int *num_nod
}
}

void F2C(cmalloc, CMALLOC)(int *size, int64_t* pointer)
{
int64_t *tmp = malloc(*size);
*pointer = *tmp;
}

void F2C(cfree, CFREE)(int *pointer)
{
// free(pointer);
}

0 comments on commit d2b3cb8

Please sign in to comment.