mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Removed same prio spawn
This commit is contained in:
parent
2ad36a6efe
commit
fe2b5cc52e
5 changed files with 0 additions and 49 deletions
|
|
@ -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![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue