Skip to content

Commit

Permalink
fix build after cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed May 21, 2024
1 parent e931555 commit 1193fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpr/src/server/taskresolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ void TaskResolver::process_get_path_list_task(ezgl::application*, const TaskPtr&
CritPathsResult crit_paths_result = calc_critical_path(path_type, n_critical_path_num, details_level_opt.value(), is_flat);

// setup context
server_ctx.set_path_type(path_type);
server_ctx.set_crit_paths(crit_paths_result.paths);

if (crit_paths_result.is_valid()) {
Expand Down

0 comments on commit 1193fca

Please sign in to comment.