Skip to content

Commit

Permalink
f removed extra //user_agent, elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Jan 18, 2023
1 parent 6b901c2 commit 1ef32cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autopush/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,15 +312,13 @@ where
AwaitSessionComplete {
auth_state_machine: AuthClientStateFuture<T>,
srv: Rc<Server>,
//user_agent: String,
webpush: Rc<RefCell<WebPushClient>>,
},

#[state_machine_future(transitions(UnAuthDone))]
AwaitRegistryDisconnect {
response: MyFuture<()>,
srv: Rc<Server>,
//user_agent: String,
webpush: Rc<RefCell<WebPushClient>>,
error: Option<Error>,
},
Expand Down Expand Up @@ -556,7 +554,6 @@ where

let AwaitSessionComplete {
srv,
//user_agent,
webpush,
..
} = session_complete.take();
Expand All @@ -568,7 +565,6 @@ where
transition!(AwaitRegistryDisconnect {
response,
srv,
//user_agent,
webpush,
error,
})
Expand Down

0 comments on commit 1ef32cc

Please sign in to comment.