aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-077/dave-jacoby/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-077/dave-jacoby/perl/ch-2.pl b/challenge-077/dave-jacoby/perl/ch-2.pl
index dd5fb46c75..f35435cb75 100755
--- a/challenge-077/dave-jacoby/perl/ch-2.pl
+++ b/challenge-077/dave-jacoby/perl/ch-2.pl
@@ -6,8 +6,6 @@ use feature qw{ say signatures state };
no warnings qw{ experimental };
use List::Util qw{ first };
-use JSON;
-my $json = JSON->new->pretty->canonical;
my @input = (
[ [qw[ O O X ]], [qw[ X O O ]], [qw[ X O O ]], ],