forked from Rativel/BurritOS
lint: remove some warning
This commit is contained in:
@@ -4,8 +4,6 @@ use crate::{simulator::{machine::{ExceptionType, Machine}, error::{MachineOk, Ma
|
||||
|
||||
use super::{system::System, thread::Thread};
|
||||
|
||||
type Error = String;
|
||||
|
||||
/// The halt system call. Stops Burritos.
|
||||
pub const SC_SHUTDOWN: u8 = 0;
|
||||
/// The exit system call
|
||||
|
||||
Reference in New Issue
Block a user