ruby-changes:58031
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Mon, 30 Sep 2019 10:27:00 +0900 (JST)
Subject: [ruby-changes:58031] f56506be0d (master): refactor delete ID_TABLE_ITERATOR_RESULT_END
https://git.ruby-lang.org/ruby.git/commit/?id=f56506be0d From f56506be0dc7f1a9cb35d8371b04720bef50fd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Wed, 25 Sep 2019 13:11:28 +0900 Subject: refactor delete ID_TABLE_ITERATOR_RESULT_END Not used from anywhere. diff --git a/id_table.h b/id_table.h index abd9eb5..07ad1b8 100644 --- a/id_table.h +++ b/id_table.h @@ -10,7 +10,6 @@ enum rb_id_table_iterator_result { https://github.com/ruby/ruby/blob/trunk/id_table.h#L10 ID_TABLE_STOP = ST_STOP, ID_TABLE_DELETE = ST_DELETE, ID_TABLE_REPLACE = ST_REPLACE, - ID_TABLE_ITERATOR_RESULT_END }; struct rb_id_table *rb_id_table_create(size_t size); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/