Skip to content

Commit

Permalink
D:P: t/testutil.pl: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jan 27, 2020
1 parent c2fba88 commit 33c8490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/Devel-PPPort/t/testutil.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

# This defines ASCII/UTF-8 vs EBCDIC/UTF-EBCDIC
$::IS_ASCII = ord 'A' == 65;
$::IS_EBCDIC = ord 'A' == 193;

$TODO = 0;
$NO_ENDING = 0;
Expand Down

0 comments on commit 33c8490

Please sign in to comment.