summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-18 17:47:10 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-18 17:48:10 +0100
commitaa6dbd607b0a3d8a49c43b63b63b73ed167692c3 (patch)
tree3cf8643685843540f492da953c36011c0d401152 /proto.h
parent161735889e3f206d41ba19c0a094a7e55e577462 (diff)
downloadperl-aa6dbd607b0a3d8a49c43b63b63b73ed167692c3.tar.gz
Merge S_utf16_textfilter and S_utf16rev_textfilter().
Use IoLINES() on the filter's SV to determine which encoding is in use.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index 69a685277a..7d47e9b321 100644
--- a/proto.h
+++ b/proto.h
@@ -5770,11 +5770,6 @@ STATIC I32 S_utf16_textfilter(pTHX_ int idx, SV *sv, int maxlen)
#define PERL_ARGS_ASSERT_UTF16_TEXTFILTER \
assert(sv)
-STATIC I32 S_utf16rev_textfilter(pTHX_ int idx, SV *sv, int maxlen)
- __attribute__nonnull__(pTHX_2);
-#define PERL_ARGS_ASSERT_UTF16REV_TEXTFILTER \
- assert(sv)
-
#endif
STATIC void S_checkcomma(pTHX_ const char *s, const char *name, const char *what)
__attribute__nonnull__(pTHX_1)