aboutsummaryrefslogtreecommitdiffstats
path: root/internal/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/re.h')
-rw-r--r--internal/re.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/re.h b/internal/re.h
index 7b2505b9a8..f85ec09ab3 100644
--- a/internal/re.h
+++ b/internal/re.h
@@ -22,7 +22,6 @@ VALUE rb_reg_equal(VALUE re1, VALUE re2);
void rb_backref_set_string(VALUE string, long pos, long len);
void rb_match_unbusy(VALUE);
int rb_match_count(VALUE match);
-int rb_match_nth_defined(int nth, VALUE match);
VALUE rb_reg_new_ary(VALUE ary, int options);
#endif /* INTERNAL_RE_H */