Skip to content

Commit

Permalink
remove unused decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Dec 18, 2024
1 parent 5527328 commit d99f1eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pfconfig/util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ sub fetch_decode_socket {
}
die "cannot connect to the server $!n" unless $socket;

my $decoder = Sereal::Decoder->new;
my $response = fetch_socket($socket, $payload);
return sereal_decode_with_object($DECODER, $response);
}
Expand Down

0 comments on commit d99f1eb

Please sign in to comment.