Skip to content

Commit bdd7c4f

Browse files
committed
work
1 parent 2983cc1 commit bdd7c4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/firedancer/topology.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ setup_topo_store( fd_topo_t * topo,
8787
ulong fec_max,
8888
uint part_cnt ) {
8989
fd_topo_obj_t * obj = fd_topob_obj( topo, "store", wksp_name );
90-
FD_TEST( fd_pod_insert_ulong( topo->props, "store", obj->id ) );
9190
FD_TEST( fd_pod_insertf_ulong( topo->props, fec_max, "obj.%lu.fec_max", obj->id ) );
9291
FD_TEST( fd_pod_insertf_ulong( topo->props, part_cnt, "obj.%lu.part_cnt", obj->id ) );
9392
return obj;

0 commit comments

Comments
 (0)