Skip to content

Commit

Permalink
erts: Remove unused struct member in DbTableCATree
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Jun 24, 2024
1 parent 5e1b9c1 commit f26d379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erts/emulator/beam/erl_db_catree.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ typedef struct db_table_catree {
/* CA Tree-specific fields */
erts_atomic_t root; /* The tree root (DbTableCATreeNode*) */
bool deletion; /* Being deleted */
int is_routing_nodes_freed;
/* The fields below are used by delete_all_objects and
select_delete(DeleteAll)*/
Uint nr_of_deleted_items;
Expand Down

0 comments on commit f26d379

Please sign in to comment.