summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-07-23 14:41:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-07-23 14:41:41 +0200
commit931b6f02ed42f23677f645ec87eeea8f1cae72db (patch)
tree033ec4f126c0e56b588cbb1ec6ce37192a0bba58 /bin
parentfccc8eb5ef683a6fca9e9979ff592dd846fe44f1 (diff)
efa: remove useless variable %accessibility
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa1
1 files changed, 0 insertions, 1 deletions
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,