Remove extra warning code.
This commit is contained in:
parent
5e437145bf
commit
102d2d534f
|
|
@ -667,14 +667,6 @@ NetExpr* PEBComp::elaborate_expr(Design*des, NetScope*scope,
|
||||||
des->errors += 1;
|
des->errors += 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (lp->expr_type() == IVL_VT_STRING ||
|
|
||||||
rp->expr_type() == IVL_VT_STRING) {
|
|
||||||
cerr << get_fileline() << ": error: "
|
|
||||||
<< human_readable_op(op_)
|
|
||||||
<< " operator may not have REAL operands." << endl;
|
|
||||||
des->errors += 1;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue