Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
9fa73548
Commit
9fa73548
authored
Jul 01, 2020
by
Uwe Schulzweida
Browse files
Removed unused function imax().
parent
90f5239d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/vlist_var_pack.c
View file @
9fa73548
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment