aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-17 00:51:38 +0100
committerTeddy Wing2017-12-17 00:51:38 +0100
commit6eb894c411ccaf473dd2b4bae961cfeb86aee5a6 (patch)
tree5b676950c99072af84b38851aecde5e7f466e7f0
parent92dc1fd0afa742d2a2002461f0a2d1d7db6d24a0 (diff)
downloadirssi-vimput-6eb894c411ccaf473dd2b4bae961cfeb86aee5a6.tar.bz2
Get rid of unused imports
-rw-r--r--vimput.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimput.pl b/vimput.pl
index 48fa201..6bb78fe 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -1,7 +1,6 @@
use strict;
-use File::Temp qw(tmpnam tempfile tempdir);
-use IO::Socket::UNIX;
+use File::Temp qw(tmpnam);
use POSIX qw(mkfifo);
use Irssi;