mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 05:25:40 +08:00
Remove silly asserts.
This commit is contained in:
@@ -33,9 +33,7 @@ m_lc(NULL),
|
||||
m_embeddedLC()
|
||||
{
|
||||
assert(fromSlot == 1U || fromSlot == 2U);
|
||||
assert(fromTG < 16U);
|
||||
assert(toSlot == 1U || toSlot == 2U);
|
||||
assert(toTG < 16U);
|
||||
}
|
||||
|
||||
CRewrite::~CRewrite()
|
||||
|
||||
Reference in New Issue
Block a user