Skip to content

Commit

Permalink
remove useless compilation tag
Browse files Browse the repository at this point in the history
Co-authored-by: Aurelia <56112063+AureliaDolo@users.noreply.github.com>
  • Loading branch information
adrien-zinger and AureliaDolo authored Mar 11, 2022
1 parent 6de34ab commit 5e1183a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion massa-execution-worker/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ impl ExecutionThread {
{
return Some(false);
}
#[cfg(test)]
if input_data.stop {
return Some(true);
}
Expand Down

0 comments on commit 5e1183a

Please sign in to comment.