aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/re.h')
-rw-r--r--include/ruby/re.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ruby/re.h b/include/ruby/re.h
index 5b0cc24e9a..c5a62ff117 100644
--- a/include/ruby/re.h
+++ b/include/ruby/re.h
@@ -45,9 +45,6 @@ VALUE rb_reg_quote(VALUE);
RUBY_EXTERN int ruby_ignorecase;
-int rb_reg_mbclen2(unsigned int, VALUE);
-#define mbclen2(c,re) rb_reg_mbclen2((c),(re))
-
#if defined(__cplusplus)
#if 0
{ /* satisfy cc-mode */