Merge pull request #77 from JackSlateur/cleanup

Do not import inet_pton, we never use it
This commit is contained in:
Manuel Kasper 2018-08-06 09:17:51 +02:00 committed by GitHub
commit 52e0848aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
use strict;
use 5.010;
use Socket qw(AF_INET6 inet_pton inet_ntop);
use Socket qw(AF_INET6 inet_ntop);
use IO::Select;
use IO::Socket;
use RRDs;