Skip to content

Commit

Permalink
fixup! Add function into_inner to Easy and Easy2 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Nov 20, 2024
1 parent 1e7c0b1 commit 2434b62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -982,11 +982,6 @@ impl<H> Easy2Handle<H> {
self.easy.get_mut()
}

/// Consumes the Easy2 handle, returning the underlying handler.
pub fn into_inner(self) -> H {
self.easy.into_inner()
}

/// Same as `EasyHandle::set_token`
pub fn set_token(&mut self, token: usize) -> Result<(), Error> {
unsafe {
Expand Down

0 comments on commit 2434b62

Please sign in to comment.