device: remove useless struct

This commit is contained in:
meh 2016-04-25 17:18:07 +02:00
parent 5479de6a02
commit 7d3f868cac
1 changed files with 0 additions and 9 deletions

View File

@ -1,14 +1,5 @@
#[derive(Clone, Copy, PartialEq, Eq, Default, Debug)]
pub struct Id {
pub bus: u16,
pub vendor: u16,
pub product: u16,
pub version: u16,
}
mod builder;
pub use self::builder::Builder;
mod device;
pub use self::device::Device;