Skip to content

Commit

Permalink
remove stored_state field.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Nov 15, 2019
1 parent 84e6e3d commit 1e6f3af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tock/kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2809,9 +2809,6 @@ pub struct Process<'a, C: 'static + Chip> {

header: tbfheader::TbfHeader,

stored_state:
Cell<<<C as Chip>::UserspaceKernelBoundary as UserspaceKernelBoundary>::StoredState>,

state: Cell<State>,

fault_response: FaultResponse,
Expand Down

0 comments on commit 1e6f3af

Please sign in to comment.