Removed same prio spawn

This commit is contained in:
Emil Fresk 2023-01-07 13:23:20 +01:00 committed by Henrik Tjäder
parent 2ad36a6efe
commit fe2b5cc52e
5 changed files with 0 additions and 49 deletions

View file

@ -25,7 +25,6 @@ type CodegenResult = (
/// Generates support code for `#[init]` functions
pub fn codegen(app: &App, analysis: &Analysis) -> CodegenResult {
let init = &app.init;
let mut local_needs_lt = false;
let name = &init.name;
let mut root_init = vec![];