aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-27 22:39:15 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-27 22:39:15 +0900
commitdf5ae0a55005f7f02adbf21790300f28dc2e12fc (patch)
tree3e89aa8f802e416b76056bdee163a08c7953cffe /internal
parenteaad44adb2043f0b597196fd44cfaae8db3a3b18 (diff)
downloadruby-df5ae0a55005f7f02adbf21790300f28dc2e12fc.tar.gz
Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`
Diffstat (limited to 'internal')
-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 */