]> Sergey Matveev's repositories - public-inbox.git/commitdiff
inboxwritable: drop unused variable
authorEric Wong <e@80x24.org>
Sat, 5 Jan 2019 09:22:07 +0000 (09:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Jan 2019 09:22:07 +0000 (09:22 +0000)
lib/PublicInbox/InboxWritable.pm

index aa62132fe9a184e3700ec5a76ddafe7ff27793dd..87c9ada9757c375ad97cf79207f428386f74565e 100644 (file)
@@ -168,7 +168,6 @@ sub import_mbox {
 
 sub _read_git_config_perm {
        my ($self) = @_;
-       my @cmd = qw(config);
        chomp(my $perm = $self->git->qx('config', 'core.sharedRepository'));
        $perm;
 }