summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-21 10:22:00 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-25 23:21:28 -0600
commit218282dfcfa77fc6f19c73eba96331bbd064f1f0 (patch)
tree4a6b0e0dd57b8a1aaaadbe80fb63c384a7c1dfab /proto.h
parent41de4811adc75d5bdcab9665a1cc19816e43c703 (diff)
downloadperl-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 'proto.h')
-rw-r--r--proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index d6929c7955..13e5951c82 100644
--- a/proto.h
+++ b/proto.h
@@ -1770,12 +1770,6 @@ PERL_CALLCONV bool Perl_is_utf8_X_L(pTHX_ const U8 *p)
#define PERL_ARGS_ASSERT_IS_UTF8_X_L \
assert(p)
-PERL_CALLCONV bool Perl_is_utf8_X_LV(pTHX_ const U8 *p)
- __attribute__warn_unused_result__
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_IS_UTF8_X_LV \
- assert(p)
-
PERL_CALLCONV bool Perl_is_utf8_X_LVT(pTHX_ const U8 *p)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);