From 0493b1ce3a43a33bb6298762d67e1a1b4f0a9657 Mon Sep 17 00:00:00 2001 From: normal Date: Wed, 19 Jul 2017 01:35:04 +0000 Subject: revert r59359, r59356, r59355, r59354 These caused numerous CI failures I haven't been able to reproduce [ruby-core:82102] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index cddbb6bc83..2e66a6431b 100644 --- a/internal.h +++ b/internal.h @@ -1590,7 +1590,6 @@ VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc, /* string.c */ VALUE rb_fstring(VALUE); VALUE rb_fstring_new(const char *ptr, long len); -VALUE rb_fstring_existing(VALUE); #define rb_fstring_lit(str) rb_fstring_new((str), rb_strlen_lit(str)) #define rb_fstring_literal(str) rb_fstring_lit(str) VALUE rb_fstring_cstr(const char *str); @@ -1743,7 +1742,7 @@ void rb_vm_check_redefinition_by_prepend(VALUE klass); VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements); VALUE ruby_vm_special_exception_copy(VALUE); PUREFUNC(st_table *rb_vm_fstring_table(void)); -PUREFUNC(st_table *rb_vm_tfstring_table(void)); + /* vm_dump.c */ void rb_print_backtrace(void); -- cgit v1.2.3