Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
刘丰源 committed Feb 13, 2020
1 parent f658dcd commit 01d2e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os/src/process/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub enum Status {
Exited(ExitCode),
}

#[derive(Clone)]
pub struct Thread {
pub context: Context,
pub kstack: KernelStack,
Expand Down

0 comments on commit 01d2e36

Please sign in to comment.