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

stream_record: cleanup

parent 5c7d76f8
No related branches found
No related tags found
No related merge requests found
......@@ -230,8 +230,6 @@ void streamReadRecord(int streamID, double *data, int *nmiss)
stream_t *streamptr = stream_to_pointer(streamID);
stream_check_ptr(__func__, streamptr);
filetype = streamptr->filetype;
*nmiss = 0;
switch (streamptr->filetype)
......
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