Skip to content

Commit bb468b7

Browse files
committed
ParseXS: don't import standard_typemap_locations()
ExtUtils::ParseXS imports standard_typemap_locations() but doesn't actually use it: the code which used to need it has since been moved to ExtUtils/ParseXS/Utilities.pm. So remove it from the import list.
1 parent 6e8e0e8 commit bb468b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ BEGIN {
7474
$VERSION = eval $VERSION if $VERSION =~ /_/;
7575

7676
use ExtUtils::ParseXS::Utilities qw(
77-
standard_typemap_locations
7877
trim_whitespace
7978
C_string
8079
valid_proto_string

0 commit comments

Comments
 (0)