From 931b6f02ed42f23677f645ec87eeea8f1cae72db Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 23 Jul 2015 14:41:41 +0200 Subject: efa: remove useless variable %accessibility --- bin/efa | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/efa b/bin/efa index a7efed6..1a9748b 100755 --- a/bin/efa +++ b/bin/efa @@ -20,7 +20,6 @@ our $VERSION = '2.12'; my $ignore_info; my $efa; my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; -my %accessibility; my ( @from, @to, @via, $from_type, $to_type, $via_type ); my $opt = { 'efa-url' => \$efa_url, -- cgit v1.2.3