diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-21 10:22:00 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-25 23:21:28 -0600 |
commit | 218282dfcfa77fc6f19c73eba96331bbd064f1f0 (patch) | |
tree | 4a6b0e0dd57b8a1aaaadbe80fb63c384a7c1dfab /embed.fnc | |
parent | 41de4811adc75d5bdcab9665a1cc19816e43c703 (diff) | |
download | perl-218282dfcfa77fc6f19c73eba96331bbd064f1f0.tar.gz |
Comment out unused function
In looking at \X handling, I noticed that this function which is
intended for use in it, actually isn't used. This function may someday
be useful, so I'm leaving the source in.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -665,7 +665,7 @@ EXpR |bool |is_utf8_X_extend |NN const U8 *p EXpR |bool |is_utf8_X_prepend |NN const U8 *p EXpR |bool |is_utf8_X_non_hangul |NN const U8 *p EXpR |bool |is_utf8_X_L |NN const U8 *p -EXpR |bool |is_utf8_X_LV |NN const U8 *p +:not currently used EXpR |bool |is_utf8_X_LV |NN const U8 *p EXpR |bool |is_utf8_X_LVT |NN const U8 *p EXpR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p EXpR |bool |is_utf8_X_T |NN const U8 *p |