Skip to content
Snippets Groups Projects
Commit 29b195f0 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

jar.pm: Drop unnecessary subroutine prototypes.

parent 7b092950
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ use File::StripNondeterminism::handlers::zip;
use File::StripNondeterminism::handlers::javadoc;
use File::StripNondeterminism::handlers::javaproperties;
sub _jar_filename_cmp ($$) {
sub _jar_filename_cmp {
my ($a, $b) = @_;
# META-INF/ and META-INF/MANIFEST.MF are expected to be the first entries in the Zip archive.
return 0 if $a eq $b;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment