From a15fd1d9f2b4213417a5e3902fa7efe1195cdd05 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 24 Apr 2017 01:40:51 +0000 Subject: revert newhash refactoring We need to fix GC bug before merging this. Revert revisions 58452, 58435, 58434, 58428, 58427 in this order. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index de89418856..afea318376 100644 --- a/internal.h +++ b/internal.h @@ -1236,7 +1236,6 @@ VALUE rb_hash_rehash(VALUE hash); int rb_hash_add_new_element(VALUE hash, VALUE key, VALUE val); #define HASH_DELETED FL_USER1 #define HASH_PROC_DEFAULT FL_USER2 -extern VALUE rb_hash_new_from_values(long, const VALUE *); /* inits.c */ void rb_call_inits(void); -- cgit v1.2.3