Skip to content

Commit 01d2e36

Browse files
author
刘丰源
committed
fix bug
1 parent f658dcd commit 01d2e36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

os/src/process/structs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub enum Status {
2222
Exited(ExitCode),
2323
}
2424

25-
#[derive(Clone)]
2625
pub struct Thread {
2726
pub context: Context,
2827
pub kstack: KernelStack,

0 commit comments

Comments
 (0)