From 0b31c5488907d43a41930806cda08ac3e405eb2c Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 25 Apr 2000 13:03:07 +0000 Subject: [PATCH] registerRecordDeviceDriver no needed here --- src/db/iocInit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index dfad14ce5..07c27f087 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -119,7 +119,6 @@ int iocInit() callbackInit(); /* let threads start */ threadSleep(.1); - registerRecordDeviceDriver(pdbbase); initHooks(initHookAfterCallbackInit); dbCaLinkInit(); initHooks(initHookAfterCaLinkInit); initDrvSup(); initHooks(initHookAfterInitDrvSup);