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
1b526c5e
Commit
1b526c5e
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Eliminate unused variable.
parent
b96a622e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_record.c
View file @
1b526c5e
...
...
@@ -437,7 +437,6 @@ void streamCopyRecord(int streamID2, int streamID1)
{
int
status
=
0
;
int
filetype
=
CDI_UNDEFID
,
filetype1
,
filetype2
;
int
byteorder1
;
stream_t
*
streamptr1
;
stream_t
*
streamptr2
;
...
...
@@ -449,7 +448,6 @@ void streamCopyRecord(int streamID2, int streamID1)
filetype1
=
streamptr1
->
filetype
;
filetype2
=
streamptr2
->
filetype
;
byteorder1
=
streamptr1
->
byteorder
;
if
(
filetype1
==
filetype2
)
filetype
=
filetype2
;
...
...
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