diff options
-rwxr-xr-x | contrib/fuzzystrmatch/daitch_mokotoff_header.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl index 6900987208f..51a40e77489 100755 --- a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl +++ b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl @@ -11,10 +11,6 @@ use strict; use warnings; -use utf8; -use open IO => ':encoding(UTF-8)', ':std'; -use Data::Dumper; - die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1; my $output_file = $ARGV[0]; |