Skip to content

Commit 8c1d49c

Browse files
committed
Removed unused cost_index_is_invalid function
Signed-off-by: Ethan Rogers <[email protected]>
1 parent dcdc95f commit 8c1d49c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vpr/src/route/rr_graph_storage.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ class t_rr_graph_storage {
189189
return RRIndexedDataId(node_storage_[id].cost_index_);
190190
}
191191

192-
bool cost_index_is_invalid(RRNodeId id) const {
193-
return node_storage_[id].cost_index_ < 0;
194-
}
195-
196192
Direction node_direction(RRNodeId id) const {
197193
return get_node_direction(
198194
vtr::array_view_id<RRNodeId, const t_rr_node_data>(

0 commit comments

Comments
 (0)