Skip to content

Commit

Permalink
Remove extra warning code.
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Mar 9, 2015
1 parent 5e43714 commit 102d2d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions elab_expr.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 102d2d5

Please sign in to comment.