Skip to content
Snippets Groups Projects
Commit 529edc34 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Remove unnecessary branch.

parent 4183d00f
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -250,10 +250,8 @@ fowMPINONB(const char *filename, const char *mode)
static void
finalizeMPINONB(void)
{
if (openFilesFill)
xabort("files still open on exit!");
else
Free(openFiles);
if (openFilesFill) xabort("files still open on exit!");
Free(openFiles);
}
/***************************************************************/
......
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