Skip to content
Snippets Groups Projects
Commit 9fa73548 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Removed unused function imax().

parent 90f5239d
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -92,12 +92,6 @@ void vlistVarPack(vlist_t *p, int varID, char * buf, int size, int *position, vo
cdiAttsPack(p, varID, buf, size, position, context);
}
static inline int
imax(int a, int b)
{
return (a >= b) ? a : b;
}
void vlistVarUnpack(int vlistID, char * buf, int size, int *position,
int originNamespace, void *context)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment