Commit 51b1b2ee authored by Pavel Vainerman's avatar Pavel Vainerman

remove debug code

parent 1e140fc7
......@@ -16,14 +16,6 @@ static void print_help()
// --------------------------------------------------------------------------
int main( int argc, const char **argv )
{
ModbusRTU::ModbusData dt[3];
ModbusRTU::ModbusData* data = dt;
cerr << "sizeof=" << sizeof( (*data) ) << " sizeof dt=" << sizeof(dt) << endl;
return 0;
unsigned short v1 = 0;
unsigned short v2 = 0;
const char* type="";
......
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