remove unused function

This commit is contained in:
Stefan Lankes 2020-06-14 00:38:31 +02:00
parent 71d41d9e9f
commit c99116afe3
1 changed files with 0 additions and 6 deletions

View File

@ -23,12 +23,6 @@ pub fn init() -> io::Result<()> {
#[derive(Debug, Clone)]
pub struct Socket(abi::Handle);
impl Socket {
fn new(handle: abi::Handle) -> Socket {
Socket(handle)
}
}
impl AsInner<abi::Handle> for Socket {
fn as_inner(&self) -> &abi::Handle {
&self.0