aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-23 18:04:01 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-23 18:04:01 -0800
commit1fd50f1d698156b2405d1fec0fd536638605d7a1 (patch)
tree37eceadf2c924a48d4f08c7fc4309aa0dc7159df
parentMy ruby is rusty. (diff)
downloadbackend-1fd50f1d698156b2405d1fec0fd536638605d7a1.tar.gz
backend-1fd50f1d698156b2405d1fec0fd536638605d7a1.tar.bz2
backend-1fd50f1d698156b2405d1fec0fd536638605d7a1.zip
Remove dead code.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xag2
1 files changed, 0 insertions, 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