This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move #define to different header
[perl5.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index 7fb63b5..89024f8 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -79,9 +79,6 @@ the string is invariant.
 #define to_utf8_upper(a,b,c) _to_utf8_upper_flags(a,b,c,0)
 #define to_utf8_title(a,b,c) _to_utf8_title_flags(a,b,c,0)
 
-/* Source backward compatibility. */
-#define is_utf8_string_loc(s, len, ep) is_utf8_string_loclen(s, len, ep, 0)
-
 #define foldEQ_utf8(s1, pe1, l1, u1, s2, pe2, l2, u2) \
                    foldEQ_utf8_flags(s1, pe1, l1, u1, s2, pe2, l2, u2, 0)
 #define FOLDEQ_UTF8_NOMIX_ASCII   (1 << 0)