summaryrefslogtreecommitdiff
path: root/internal/string.h
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-06-07 11:50:58 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-06-07 11:52:44 +0900
commitb9f030954a8a1572032f3548b39c5b8ac35792ce (patch)
tree1d669c7d3593c57562556bc464947116de0ceacd /internal/string.h
parent082c2d1b053280890d5b670a2a3f87540dfe4dcf (diff)
Revert "error.c: Let Exception#inspect inspect its message"
This reverts commit 9d927204e7b86eb00bfd07a060a6383139edf741.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5981
Diffstat (limited to 'internal/string.h')
-rw-r--r--internal/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/string.h b/internal/string.h
index 57a4af49c7..18b01862f7 100644
--- a/internal/string.h
+++ b/internal/string.h
@@ -43,7 +43,6 @@ char *rb_str_to_cstr(VALUE str);
const char *ruby_escaped_char(int c);
void rb_str_make_independent(VALUE str);
int rb_enc_str_coderange_scan(VALUE str, rb_encoding *enc);
-VALUE rb_str_include(VALUE str, VALUE arg);
static inline bool STR_EMBED_P(VALUE str);
static inline bool STR_SHARED_P(VALUE str);