Skip to content

Commit 026c13c

Browse files
committed
removed from rr_node_impl.h
1 parent ddaf9b1 commit 026c13c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vpr/src/route/rr_node_impl.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,4 @@ inline t_edge_size t_rr_node::num_configurable_edges() const {
9494
return storage_->num_configurable_edges(id_);
9595
}
9696

97-
//inline int t_rr_node::edge_sink_node(t_edge_size iedge) const {
98-
// size_t inode = (size_t)storage_->edge_sink_node(id_, iedge);
99-
//return inode;
100-
//}
101-
10297
#endif /* _RR_NODE_IMPL_H_ */

0 commit comments

Comments
 (0)