diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-28 19:56:39 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 08:59:13 -0600 |
commit | ed47657b3780d1134a2c7d55ab3a81adaeea86c2 (patch) | |
tree | 98b98a8895eca33912b8c42aaf9305b9df5445c5 /utf8.c | |
parent | 25a4a90c0d533001fabb740974d06b3875d955df (diff) | |
download | perl-ed47657b3780d1134a2c7d55ab3a81adaeea86c2.tar.gz |
utf8.c: Remove redundant assignment.
This variable is always set just below.
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3231,7 +3231,6 @@ Perl_swash_fetch(pTHX_ SV *swash, const U8 *ptr, bool do_utf8) * So the key in the hash (klen) is length of encoded char -1 */ klen = UTF8SKIP(ptr) - 1; - off = ptr[klen]; if (klen == 0) { /* If char is invariant then swatch is for all the invariant chars |