From e7dc6733952559e45211d65483cd49166a9e7069 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 15 May 2025 12:32:30 +0200 Subject: [PATCH] Fixed some merge bugs --- src/turboPmacAxis.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 39c1530..6cabb95 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -1253,12 +1253,6 @@ asynStatus turboPmacAxis::enable(bool on) { // Status of parameter library operations asynStatus pl_status = asynSuccess; - bool moving = false; - rw_status = doPoll(&moving); - if (rw_status != asynSuccess) { - return rw_status; - } - // ========================================================================= /*