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 /embedvar.h | |
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 'embedvar.h')
-rw-r--r-- | embedvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h index a2138ecdae..77109e73b5 100644 --- a/embedvar.h +++ b/embedvar.h @@ -354,7 +354,6 @@ #define PL_unlockhook (vTHX->Iunlockhook) #define PL_unsafe (vTHX->Iunsafe) #define PL_utf8_X_L (vTHX->Iutf8_X_L) -#define PL_utf8_X_LV (vTHX->Iutf8_X_LV) #define PL_utf8_X_LVT (vTHX->Iutf8_X_LVT) #define PL_utf8_X_LV_LVT_V (vTHX->Iutf8_X_LV_LVT_V) #define PL_utf8_X_T (vTHX->Iutf8_X_T) |