commit:     1fd50f1d698156b2405d1fec0fd536638605d7a1
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 02:04:01 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 02:04:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=1fd50f1d

Remove dead code.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ag | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ag b/ag
index ea1e91b..57dc0a4 100755
--- a/ag
+++ b/ag
@@ -119,8 +119,6 @@ abort op.help unless $options.action
 abort 'List name required' unless $options.name
 $options.dir = ARGV[0] or abort 'Need a Maildir/File/Hash/Message-Id to work 
with'
 
-$listname = ARGV[0] or abort 'List name required'
-
 # Open maildir and set serializer
 $maildir = Maildir.new(File.join($options.dir), false)
 $maildir.serializer = Maildir::Serializer::Mail.new

Reply via email to