aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-112/james-smith/perl/ch-1.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-112/james-smith/perl/ch-1.pl b/challenge-112/james-smith/perl/ch-1.pl
index 651b9f8984..661a936cc2 100644
--- a/challenge-112/james-smith/perl/ch-1.pl
+++ b/challenge-112/james-smith/perl/ch-1.pl
@@ -87,7 +87,6 @@ cmpthese( 100_000, {
'$-shortest' => sub { canonical_path_shortest( $_->[0] ) foreach @examples },
'$-fast' => sub { canonical_path_fast( $_->[0] ) foreach @examples },
'$-fastest' => sub { canonical_path_fastest( $_->[0] ) foreach @examples },
- 'A' => sub { a( $_->[0] ) foreach @examples },
});
sub canonical_path_double {