Skip to content

Commit ff458ff

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/route/router_lookahead_cost_map.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ 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
104-
105103
/**
106104
* @brief Get penalty delay for a segment type
107105
* @param matrix cost map for a specific segment type

0 commit comments

Comments
 (0)