From f1708d65a7e9ad1a4f15752db91d3667feaf7690 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 7 Feb 2000 21:31:22 +0000 Subject: [PATCH] removed ERROR and OK definitions since they are nolonger used and vxWorks specific --- src/libCom/misc/dbDefs.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/libCom/misc/dbDefs.h b/src/libCom/misc/dbDefs.h index de49e688c..c6ce3f496 100644 --- a/src/libCom/misc/dbDefs.h +++ b/src/libCom/misc/dbDefs.h @@ -62,12 +62,6 @@ #endif #define FALSE 0 -#ifndef OK -#define OK 0 -#endif -#ifndef ERROR -#define ERROR (-1) -#endif #ifndef NONE #define NONE (-1) /* for times when NULL won't do */ #endif @@ -113,11 +107,9 @@ #ifdef __STDC__ int coreRelease(void); -int iocLogInit(void); int rsrv_init(void); #else int coreRelease(); -int iocLogInit(); int rsrv_init(); #endif /*__STDC__*/