Skip to content

Commit 1193fca

Browse files
committed
fix build after cleanup
1 parent e931555 commit 1193fca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/server/taskresolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ void TaskResolver::process_get_path_list_task(ezgl::application*, const TaskPtr&
102102
CritPathsResult crit_paths_result = calc_critical_path(path_type, n_critical_path_num, details_level_opt.value(), is_flat);
103103

104104
// setup context
105-
server_ctx.set_path_type(path_type);
106105
server_ctx.set_crit_paths(crit_paths_result.paths);
107106

108107
if (crit_paths_result.is_valid()) {

0 commit comments

Comments
 (0)