From 79728bc07d48be5cb536a98b1cbf4f528d0f3d8d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 28 Apr 2000 00:50:59 +0000 Subject: [PATCH] removed call to NOOP routine --- src/db/iocInit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index ee6edcda5..f2145e0f6 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -147,7 +147,6 @@ int iocInit() /* Start up CA server */ rsrv_init(); - db_attach_pvAdapter(); errlogPrintf("iocInit: All initialization complete\n"); initHooks(initHookAtEnd);