Skip to content

Commit f23388f

Browse files
committed
[Draw][Route] Remove unused variable
1 parent b02f87f commit f23388f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/route/route_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ void update_draw_pres_fac(const float /*new_pres_fac*/) {
672672

673673
#ifndef NO_GRAPHICS
674674
void update_router_info_and_check_bp(bp_router_type type, int net_id) {
675-
t_draw_state* draw_state = get_draw_state_vars();
676675
if (type == BP_ROUTE_ITER)
677676
get_bp_state_globals()->get_glob_breakpoint_state()->router_iter++;
678677
else if (type == BP_NET_ID)

0 commit comments

Comments
 (0)