Removed redundant recGblFwdLink() call.

This commit is contained in:
Ron Sluiter
2012-07-23 17:33:04 +00:00
parent 0c3fb57e03
commit 09a6747dda
-1
View File
@@ -1304,7 +1304,6 @@ static long process(dbCommon *arg)
/* Mark DMOV and process forward links after a MIP_DELAY_ACK.*/
pmr->dmov = TRUE;
MARK(M_DMOV);
recGblFwdLink(pmr);
goto process_exit;
}
else if (pmr->stup != motorSTUP_ON && pmr->mip != MIP_DONE)