Removed a redundant assertion check in Linux test app

This commit is contained in:
Pavel Kirienko 2015-09-30 17:53:21 +03:00
parent 0410b34d0c
commit fbab130b2e

View File

@ -354,10 +354,6 @@ class VirtualCanDriver : public uavcan::ICanDriver,
ifaces_[frame.iface_index]->addRxFrame(frame, flags);
event_.signal();
}
else
{
assert(false);
}
}
/**