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:
parent
86427a3219
commit
f56506be0d
Notes:
git
2019-09-30 10:27:08 +09:00
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue