mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 00:30:46 +01:00
[poincare] Remove un-needed assert.
Change-Id: I2eb568d440f2e4f484d0ff358a55f4ba782c263b
This commit is contained in:
@@ -146,7 +146,6 @@ void Expression::swapOperands(int i, int j) {
|
||||
}
|
||||
|
||||
bool Expression::hasAncestor(const Expression * e) const {
|
||||
assert(m_parent != this);
|
||||
if (m_parent == e) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user