Skip to content

Commit a5cc9ef

Browse files
committed
lookahead cost map: remove unused member
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 7269055 commit a5cc9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/router_lookahead_cost_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class CostMap {
100100
///<delta locations that fall outside of a segment's bounding box.
101101
///<The penalty map is addressed as follows penalty_[0][segment_index]
102102

103-
size_t seg_count_; ///<Total segment count in the architecture
103+
size_t seg_count_ = 0; ///<Total segment count in the architecture
104104

105105
/**
106106
* @brief Get penalty delay for a segment type

0 commit comments

Comments
 (0)