Commit af6a836d authored by Pavel Vainerman's avatar Pavel Vainerman

(ModbusSlave): удалил лишний код.

parent 813c7189
......@@ -385,7 +385,7 @@ void MBSlave::execute_rtu()
{
ModbusRTUSlaveSlot* rscomm = dynamic_cast<ModbusRTUSlaveSlot*>(mbslot);
ModbusRTU::mbErrCode prev = erNoError;
ModbusRTU::mbErrCode prev = erNoError;
while(1)
{
......
......@@ -130,8 +130,6 @@ class MBSlave:
ModbusServerSlot* mbslot;
ModbusRTU::ModbusAddr addr; /*!< адрес данного узла */
UniSetTypes::uniset_rwmutex mbMutex;
xmlNode* cnode;
std::string s_field;
std::string s_fvalue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment