From f8df3be5faf62a091791badd93eb4c2c3ec22945 Mon Sep 17 00:00:00 2001
From: "Dmitry E. Oboukhov" <unera@debian.org>
Date: Wed, 2 May 2012 23:18:03 +0400
Subject: [PATCH] drop unused variable

---
 debian/scripts/tarantool_logrotate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/scripts/tarantool_logrotate b/debian/scripts/tarantool_logrotate
index 7959082c16..94c27e13b1 100755
--- a/debian/scripts/tarantool_logrotate
+++ b/debian/scripts/tarantool_logrotate
@@ -12,7 +12,7 @@ use IO::Socket::INET;
 exit 0 unless -x PID_DIR;
 exit 0 unless -x CONFIG_DIR;
 
-for (my @started = glob catfile PID_DIR, '*.pid') {
+for (glob catfile PID_DIR, '*.pid') {
     my $cfg = catfile CONFIG_DIR, basename $_, '.pid';
 
     unless(-r $cfg) {
-- 
GitLab