Removed call to recGblRecordError from dbPutLink

This commit is contained in:
Marty Kraimer
1994-05-02 10:53:45 +00:00
parent b837ea02f6
commit 0539cb712b

View File

@@ -46,6 +46,7 @@
* .15 07-15-93 mrk Changes for new dbStaticLib
* .16 02-02-94 mrk added dbPutNotify and caching
* .17 02-02-94 mrk added init code for tsel
* .18 04-26-94 mrk Removed call to recGblRecordError from dbPutLink
*/
/* This is a major revision of the original implementation of database access.*/
@@ -425,7 +426,6 @@ long dbPutLink(
/* otherwise ask for the record to be processed*/
else status=dbScanPassive(psource,pdest);
}
if(status) recGblRecordError(status,(void *)psource,"dbPutLink");
return(status);
}