aboutsummaryrefslogtreecommitdiffstats
path: root/id_table.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-09-25 13:11:28 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-09-30 10:26:38 +0900
commitf56506be0dc7f1a9cb35d8371b04720bef50fd9b (patch)
tree9666eff8b7101c38b0b4533330001ce9e173d542 /id_table.h
parent86427a321997b733bf8ebb6036157c341a52edfc (diff)
downloadruby-f56506be0dc7f1a9cb35d8371b04720bef50fd9b.tar.gz
refactor delete ID_TABLE_ITERATOR_RESULT_END
Not used from anywhere.
Diffstat (limited to 'id_table.h')
-rw-r--r--id_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/id_table.h b/id_table.h
index abd9eb5f38..07ad1b8e72 100644
--- a/id_table.h
+++ b/id_table.h
@@ -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);