Thomas 8 ماه پیش
والد
کامیت
b9ec454b35
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      src/collection/minknow.rs

+ 0 - 4
src/collection/minknow.rs

@@ -214,10 +214,6 @@ pub fn parse_pore_activity_from_reader<R: std::io::Read>(
 /// the duration the channel has been in that state (in raw sample counts).
 #[derive(Debug, Serialize, Deserialize, Clone)]
 pub struct PoreStateEntry {
-    /// Channel identifier (typically 1 to N depending on device model).
-    #[serde(rename = "Channel")]
-    pub channel: u32,
-
     /// Current status of the pore in this channel.
     ///
     /// Values include: `adapter`, `strand`, `unavailable`, etc.