diff --git a/src/proto/flow_control.rs b/src/proto/flow_control.rs deleted file mode 100644 index 3293f28..0000000 --- a/src/proto/flow_control.rs +++ /dev/null @@ -1,8 +0,0 @@ -#[derive(Debug)] -pub struct FlowControl; - -impl FlowControl { - pub fn new() -> Self { - FlowControl - } -}