Skip to content

Commit

Permalink
cleanup: remove unused file and import interface pipe (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: lind <[email protected]>
  • Loading branch information
ChinmayShringi and lind authored Nov 5, 2024
1 parent d73f170 commit 57b6fa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 202 deletions.
2 changes: 0 additions & 2 deletions src/interface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ mod comm;
pub mod errnos;
mod file;
mod misc;
mod pipe;
mod timer;
pub mod types;
pub use comm::*;
pub use errnos::*;
pub use file::*;
pub use misc::*;
pub use pipe::*;
pub use timer::*;
pub use types::*;
200 changes: 0 additions & 200 deletions src/interface/pipe.rs

This file was deleted.

0 comments on commit 57b6fa7

Please sign in to comment.