Skip to content

Commit

Permalink
Remove stack size from assigner interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Mar 1, 2024
1 parent d2d89c2 commit 9da9985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/assigner/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ int curve_dependent_main(std::string bytecode_file_name,
}

nil::blueprint::assigner<BlueprintFieldType, ArithmetizationParams> assigner_instance(
stack_size,
log_level,
max_num_provers,
target_prover,
Expand Down

0 comments on commit 9da9985

Please sign in to comment.