summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-13 18:33:42 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-13 18:33:43 +0000
commita6c66a1add35c473a32e72938374b5ffc1017b92 (patch)
tree5488cbe635dff385af41c47d7a7ea53b7e297423 /dgit
parentb2b20d54fb981df3e2ce295bb0b939a963afe1c2 (diff)
dgit: Remove redundant use of List::Util qw(any). Closes:#851280.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index 4b088db..fbf844e 100755
--- a/dgit
+++ b/dgit
@@ -34,7 +34,6 @@ use POSIX;
use IPC::Open2;
use Digest::SHA;
use Digest::MD5;
-use List::Util qw(any);
use List::MoreUtils qw(pairwise);
use Text::Glob qw(match_glob);
use Fcntl qw(:DEFAULT :flock);