From d06fb48bd240c044b942ab0166eb6dbd1d7bd00d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 2 Aug 2017 13:10:25 -0700 Subject: [PATCH] Remove unused file --- src/proto/flow_control.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/proto/flow_control.rs 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 - } -}