Warnings removal

This commit is contained in:
Jeremy Soller 2016-09-01 11:14:47 -06:00
parent 543ef3d96f
commit 53c71d9183
5 changed files with 10 additions and 12 deletions

View file

@ -196,7 +196,6 @@ pub unsafe extern fn kstart_ap(stack_start: usize, stack_end: usize) -> ! {
}
if let Some(ref mut display) = *device::display::DISPLAY.lock() {
let width = display.width;
display.char(0, ap_number * 16, (ap_number as u8 + b'0') as char, 0xFF00);
}