From 4971278a257e9d4de52a3cb8369001540a2fcdf5 Mon Sep 17 00:00:00 2001 From: Drakulix Date: Wed, 24 Jan 2018 01:29:53 +0100 Subject: [PATCH] Remove unused type parameter --- src/backend/session/direct.rs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/backend/session/direct.rs b/src/backend/session/direct.rs index 41dbe4a..27659aa 100644 --- a/src/backend/session/direct.rs +++ b/src/backend/session/direct.rs @@ -365,12 +365,9 @@ impl SessionNotifier for DirectSessionNotifier { /// Allows the `DirectSessionNotifier` to listen for the incoming signals signalling the session state. /// If you don't use this function `DirectSessionNotifier` will not correctly tell you the current /// session state. -pub fn direct_session_bind( - notifier: DirectSessionNotifier, evlh: &mut EventLoopHandle, _logger: L -) -> IoResult> -where - L: Into>, -{ +pub fn direct_session_bind( + notifier: DirectSessionNotifier, evlh: &mut EventLoopHandle +) -> IoResult> { let signal = notifier.signal; evlh.add_signal_event_source(