This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db31898
)
locale.c: Rmv unused variable
author
Karl Williamson
<public@khwilliamson.com>
Sun, 28 Jul 2013 04:05:14 +0000
(22:05 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Mon, 12 Aug 2013 19:51:23 +0000
(13:51 -0600)
locale.c
patch
|
blob
|
blame
|
history
diff --git
a/locale.c
b/locale.c
index
e323fab
..
c16b363
100644
(file)
--- a/
locale.c
+++ b/
locale.c
@@
-614,7
+614,6
@@
S_is_cur_LC_category_utf8(pTHX_ int category)
* wrong result. It errs on the side of not being a UTF-8 locale. */
char *save_input_locale = NULL;
- int has_hyphen;
STRLEN final_pos;
assert(category != LC_ALL);