1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

refactor delete ID_TABLE_ITERATOR_RESULT_END

Not used from anywhere.
This commit is contained in:
卜部昌平 2019-09-25 13:11:28 +09:00
parent 86427a3219
commit f56506be0d
Notes: git 2019-09-30 10:27:08 +09:00

View file

@ -10,7 +10,6 @@ enum rb_id_table_iterator_result {
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);