summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa-m5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 1ab9b89..fa2dd53 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -16,7 +16,6 @@ use Travel::Status::DE::EFA;
my $service = 'VRR';
my $efa_url;
-my $efa_encoding;
my $use_cache = 1;
my $cache;
my ( $json_output, $raw_json_output );
@@ -159,8 +158,7 @@ elsif ($service) {
);
exit 1;
}
- $efa_encoding = $service_ref->{encoding};
- $efa_url = undef;
+ $efa_url = undef;
}
sub new_efa {
@@ -171,7 +169,6 @@ sub new_efa {
cache => $cache,
date => $date,
developer_mode => $developer_mode,
- efa_encoding => $efa_encoding,
full_routes => $full_routes,
place => $place,
name => $input,