diff options
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index 74e50dc69..c4dddc5d6 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -50,12 +50,6 @@ pub struct InspectorSessionProxy { pub rx: SessionProxyReceiver, } -impl InspectorSessionProxy { - pub fn split(self) -> (SessionProxySender, SessionProxyReceiver) { - (self.tx, self.rx) - } -} - #[derive(Clone, Copy)] enum PollState { Idle, |