vhdlpp: Removed an unnecessary check.
This commit is contained in:
parent
08150eae83
commit
0f3f8907c3
|
|
@ -579,8 +579,6 @@ const VType* ExpArithmetic::resolve_operand_types_(const VType*t1, const VType*t
|
||||||
|
|
||||||
if (t1->type_match(t2))
|
if (t1->type_match(t2))
|
||||||
return t1;
|
return t1;
|
||||||
if (t2->type_match(t2))
|
|
||||||
return t2;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue