File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -2585,13 +2585,7 @@ pub fn load_processes<C: Chip>(
2585
2585
) {
2586
2586
unsafe {
2587
2587
Process :: create (
2588
- ( ) ,
2589
2588
chip,
2590
- ( ) ,
2591
- ( ) ,
2592
- 0 ,
2593
- ( ) ,
2594
- 0 ,
2595
2589
) ;
2596
2590
}
2597
2591
}
@@ -3065,13 +3059,7 @@ fn exceeded_check(size: usize, allocated: usize) -> &'static str { loop { } }
3065
3059
impl < C : ' static + Chip > Process < ' a , C > {
3066
3060
#[ allow( clippy:: cast_ptr_alignment) ]
3067
3061
crate unsafe fn create (
3068
- kernel : impl Sized ,
3069
3062
chip : & ' static C ,
3070
- app_flash_address : impl Sized ,
3071
- remaining_app_memory : impl Sized ,
3072
- remaining_app_memory_size : impl Sized ,
3073
- fault_response : impl Sized ,
3074
- index : impl Sized ,
3075
3063
) -> ( Option < & ' static dyn ProcessType > , usize , usize ) {
3076
3064
let mut process: & mut Process < C > =
3077
3065
& mut * ( ( & mut [ ] ) . as_mut_ptr ( ) as * mut Process < ' static , C > ) ;
You can’t perform that action at this time.
0 commit comments