mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Remove clone from context
This commit is contained in:
parent
490dd16776
commit
71a17070b1
@ -37,7 +37,7 @@ pub fn contexts_mut() -> RwLockWriteGuard<'static, ContextList> {
|
||||
}
|
||||
|
||||
/// A context, which identifies either a process or a thread
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Debug)]
|
||||
pub struct Context {
|
||||
/// The open files in the scheme
|
||||
pub files: Vec<Option<file::File>>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user