Remove unneeded assert for the RIC.

This commit is contained in:
Jonathan Naylor 2018-07-11 17:51:33 +01:00
parent 07f005ab90
commit 6dec890118

View file

@ -30,7 +30,6 @@ m_message(NULL),
m_length(length),
m_timeQueued()
{
assert(ric > 0U);
assert(functional < 4U);
assert(message != NULL);
assert(length > 0U);