Skip to content

Commit

Permalink
Fix object generator stray container (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored May 16, 2024
1 parent f18e6e2 commit aee070e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark/object_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ struct queue_node {

void generate_objects(ddwaf_object &root, const object_specification &s)
{
generate_container(root);

auto levels =
generate_vertical_distribution(s.depth, s.intermediate_nodes - 1, s.terminal_nodes);

Expand Down

0 comments on commit aee070e

Please sign in to comment.