Skip to content

Commit

Permalink
Remove two empty methods.
Browse files Browse the repository at this point in the history
No point in pretending we support these things, then returning Nil.
  • Loading branch information
jnthn committed Nov 27, 2015
1 parent c1ad9fe commit 6403ca0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/IO/Socket/INET.pm
Expand Up @@ -121,12 +121,6 @@ my class IO::Socket::INET does IO::Socket {
);
return $new_sock;
}

method remote_address() {
}

method local_address() {
}
}

# vim: ft=perl6 expandtab sw=4

0 comments on commit 6403ca0

Please sign in to comment.