From dc737b3645871157f4af02fdf99aef0ddf91e4ed Mon Sep 17 00:00:00 2001 From: Alessio Igor Bogani <alessio.bogani@elettra.eu> Date: Thu, 9 Jan 2025 08:12:23 +0000 Subject: [PATCH] Remove useless code --- src/Vg.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/Vg.cpp b/src/Vg.cpp index 2f90f65..37da5c8 100644 --- a/src/Vg.cpp +++ b/src/Vg.cpp @@ -644,22 +644,6 @@ void Vg::exception_handler(Tango::DevFailed &ex, Tango::DevState new_state, cons set_state(new_state); set_status(msg.str()); } -// //-------------------------------------------------------- -// /** -// * Read DeviceStatus attribute -// * Description: -// * -// * Data type: Tango::DevString -// * Attr type: Scalar -// */ -// //-------------------------------------------------------- -// void Vg::read_DeviceStatus(Tango::Attribute &attr) -// { -// DEBUG_STREAM << "Vg::read_DeviceStatus(Tango::Attribute &attr) entering... " << endl; -// // Set the attribute value -// attr.set_value(attr_DeviceStatus_read); -// } - /*----- PROTECTED REGION END -----*/ // Vg::namespace_ending } // namespace -- GitLab