Remove silly asserts.

This commit is contained in:
Jonathan Naylor
2017-05-07 08:45:17 +01:00
parent 1ef304ae88
commit 16c943b551
3 changed files with 3 additions and 5 deletions

View File

@@ -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()