X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fintellibox.cpp;h=ebaac8dc7d30e7f41f39297a9e062d20aabc7160;hb=e0a4caf7d4ef980a90cd03117705310e0469e440;hp=4e6bb763d7e278a745a16fc200cfb8cdf406da63;hpb=f4e02a59008181013e57cdf2a8cf1695e89b24bb;p=r2c2.git diff --git a/source/libr2c2/intellibox.cpp b/source/libr2c2/intellibox.cpp index 4e6bb76..ebaac8d 100644 --- a/source/libr2c2/intellibox.cpp +++ b/source/libr2c2/intellibox.cpp @@ -355,7 +355,6 @@ void Intellibox::tick() void Intellibox::flush() { - Time::TimeStamp t = Time::now(); for(list::iterator i=queue.begin(); i!=queue.end(); ++i) { write(serial_fd, i->data, i->length);