removed coreRelease () function prototype

This commit is contained in:
Jeff Hill
2000-04-27 17:26:07 +00:00
parent 93f840f146
commit a7b7c7cf16
-6
View File
@@ -105,10 +105,4 @@
#include "errMdef.h"
#include "epicsTypes.h"
#ifdef __STDC__
int coreRelease(void);
#else
int coreRelease();
#endif /*__STDC__*/
#endif /* INCdbDefsh */