1
0
forked from Rativel/BurritOS

use of system in parameters in synch

This commit is contained in:
Quentin Legot
2023-03-15 11:09:34 +01:00
parent e5242aab0c
commit c8df1e5053
5 changed files with 138 additions and 114 deletions

View File

@@ -87,7 +87,7 @@ impl Drop for Thread {
fn drop(&mut self) {
self.object_type = ObjectType::InvalidType;
todo!();
// todo!();
}
}