Remove extra warning code.

This commit is contained in:
Cary R 2015-03-09 14:34:29 -07:00
parent 5e437145bf
commit 102d2d534f
1 changed files with 0 additions and 8 deletions

View File

@ -667,14 +667,6 @@ NetExpr* PEBComp::elaborate_expr(Design*des, NetScope*scope,
des->errors += 1;
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;
default:
break;