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
d9581da1
Commit
d9581da1
authored
Jul 04, 2011
by
Thomas Jahns
🤸
Browse files
Elide unused function.
parent
5bde8cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_ieg.c
View file @
d9581da1
...
...
@@ -815,6 +815,7 @@ void iegAddRecord(int streamID, int param, int *pdb, int *gdb, double *vct,
varID
,
gridID
,
levelID
);
}
#if 0
static
void iegCmpRecord(int streamID, int tsID, int recID, off_t position, int param,
int level, int xsize, int ysize)
...
...
@@ -844,7 +845,7 @@ void iegCmpRecord(int streamID, int tsID, int recID, off_t position, int param,
if ( CDI_Debug )
Message("varID = %d levelID = %d", varID, levelID);
}
#endif
void
iegDateTime
(
int
*
pdb
,
int
*
date
,
int
*
time
)
{
...
...
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