Remove some scan-build warnings tgt-vlog95.

Remove an unneeded assignment.
This commit is contained in:
Cary R 2011-10-20 16:37:35 -07:00 committed by Stephen Williams
parent f5acd8d135
commit 79b507ea46
1 changed files with 0 additions and 1 deletions

View File

@ -1015,7 +1015,6 @@ static void emit_lpm_ff(ivl_scope_t scope, ivl_lpm_t lpm)
emit_nexus_as_ca(scope, nex);
if (have_data | have_sset) fprintf(vlog_out, " & ");
if (have_data & have_sset) fprintf(vlog_out, "(");
emitted = 1;
}
nex = ivl_lpm_sync_set(lpm);
if (nex) {