Update always_statement.rs

This commit is contained in:
Yanting Zhang 2022-06-21 15:09:35 +08:00
parent 2cb9d14477
commit f4932e5bfc
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ impl AlwaysStatement {
let prb = builder.ins().prb(val);
context.syntax_table.insert_value(builder.unit(), val, json);
context.syntax_table.insert_value(builder.unit(), prb, json);
let (name, event) = {
let (mut n, v) = match *tag {