This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Rmv redundant fcn call
authorKarl Williamson <khw@cpan.org>
Thu, 20 Jul 2017 22:24:42 +0000 (16:24 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 9 Nov 2017 02:50:29 +0000 (19:50 -0700)
commitffd84c7aee3f6c6d089b68f20a631602b655664e
tree604f46a3f617efb2777ad0c4115834115ffeac80
parent7d4bcc4aabeca7ed957fe3cabd112522ea301a59
locale.c: Rmv redundant fcn call

This function is called as part of the call made in the line before.  No
need to do it twice.
locale.c