From 18ee2054471ed31894fbde1d8924060e853e27a8 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Sun, 18 Sep 2011 22:33:01 +0000 Subject: [PATCH] Fixed comment --- motorApp/MotorSrc/asynMotorController.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/motorApp/MotorSrc/asynMotorController.cpp b/motorApp/MotorSrc/asynMotorController.cpp index ac1126f0..6def467c 100644 --- a/motorApp/MotorSrc/asynMotorController.cpp +++ b/motorApp/MotorSrc/asynMotorController.cpp @@ -296,8 +296,6 @@ asynStatus asynMotorController::writeFloat64(asynUser *pasynUser, epicsFloat64 v } /** Called when asyn clients call pasynFloat64Array->write(). - * The base class implementation simply prints an error message. - * Derived classes may reimplement this function if required. * \param[in] pasynUser pasynUser structure that encodes the reason and address. * \param[in] value Pointer to the array to write. * \param[in] nElements Number of elements to write. */