Skip to content

Commit 1e6f3af

Browse files
committed
remove stored_state field.
1 parent 84e6e3d commit 1e6f3af

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tock/kernel/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,9 +2809,6 @@ pub struct Process<'a, C: 'static + Chip> {
28092809

28102810
header: tbfheader::TbfHeader,
28112811

2812-
stored_state:
2813-
Cell<<<C as Chip>::UserspaceKernelBoundary as UserspaceKernelBoundary>::StoredState>,
2814-
28152812
state: Cell<State>,
28162813

28172814
fault_response: FaultResponse,

0 commit comments

Comments
 (0)