diff --git a/hptp/src/msg.rs b/hptp/src/msg.rs index 9f7dc4e..1946b09 100644 --- a/hptp/src/msg.rs +++ b/hptp/src/msg.rs @@ -7,7 +7,6 @@ pub enum UpMsg { Data { payload: SegData, seg_idx: SegIdx, - // is_final_packet: bool, }, }