From 09a6747dda4b10adf64f35dae0adaccff861691e Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 23 Jul 2012 17:33:04 +0000 Subject: [PATCH] Removed redundant recGblFwdLink() call. --- motorApp/MotorSrc/motorRecord.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/MotorSrc/motorRecord.cc b/motorApp/MotorSrc/motorRecord.cc index 2f295dfd..124732d2 100644 --- a/motorApp/MotorSrc/motorRecord.cc +++ b/motorApp/MotorSrc/motorRecord.cc @@ -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)