[poincare] Remove wrong assertions

This commit is contained in:
Léa Saviot
2018-09-05 16:23:32 +02:00
parent e3a09286ac
commit b4962f1093

View File

@@ -23,8 +23,6 @@ static void memmove32(uint32_t * dst, uint32_t * src, size_t len) {
}
void TreePool::setJumpEnvironment(jmp_buf * env) {
assert(m_currentJumpEnvironment == nullptr);
assert(m_endOfPoolBeforeJump == nullptr);
m_currentJumpEnvironment = env;
m_endOfPoolBeforeJump = last();
}