Remove useless assert.
This commit is contained in:
parent
f1855eed0e
commit
0121fbc88c
|
|
@ -335,10 +335,7 @@ static void assign_to_lvector(ivl_lval_t lval,
|
|||
}
|
||||
}
|
||||
#else
|
||||
if (dexp != 0) {
|
||||
assert(0); // XXXX
|
||||
|
||||
} else if (nevents != 0) {
|
||||
if (nevents != 0) {
|
||||
assert(0); // XXXX
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue