Skip to content

Commit

Permalink
deimplification
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Nov 15, 2019
1 parent a41a1c1 commit c11012b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tock/boards/arty-e21/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ use kernel::Platform;
use kernel::{create_capability, static_init};

pub mod io {
use core::fmt::Write;
use core::panic::PanicInfo;
use core::str;

struct Writer;

impl Write for Writer {
fn write_str(&mut self, _: &str) -> ::core::fmt::Result { loop { } }
}

#[cfg(not(test))]
#[no_mangle]
Expand Down

0 comments on commit c11012b

Please sign in to comment.