mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 23:13:48 +00:00
Remove silly asserts.
This commit is contained in:
parent
1ef304ae88
commit
16c943b551
3 changed files with 3 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue