Remove unused file

This commit is contained in:
Carl Lerche
2017-08-02 13:10:25 -07:00
parent 9d7221e6cf
commit d06fb48bd2

View File

@@ -1,8 +0,0 @@
#[derive(Debug)]
pub struct FlowControl;
impl FlowControl {
pub fn new() -> Self {
FlowControl
}
}