diff options
| author | Teddy Wing | 2017-12-17 00:51:38 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-17 00:51:38 +0100 |
| commit | 6eb894c411ccaf473dd2b4bae961cfeb86aee5a6 (patch) | |
| tree | 5b676950c99072af84b38851aecde5e7f466e7f0 | |
| parent | 92dc1fd0afa742d2a2002461f0a2d1d7db6d24a0 (diff) | |
| download | irssi-vimput-6eb894c411ccaf473dd2b4bae961cfeb86aee5a6.tar.bz2 | |
Get rid of unused imports
| -rw-r--r-- | vimput.pl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
