Skip to content

Commit 7ecc211

Browse files
committed
grt: remove unused variable
Signed-off-by: rafaelmoresco <[email protected]>
1 parent e9de859 commit 7ecc211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/grt/src/cugr/src/GridGraph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ bool GridGraph::findODBAccessPoints(
396396
AccessPointSet& selected_access_points) const
397397
{
398398
std::vector<odb::dbAccessPoint*> access_points;
399-
const int amount_per_x = design_->getDieRegion().hx() / x_size_;
400-
const int amount_per_y = design_->getDieRegion().hy() / y_size_;
401399
odb::dbNet* db_net = net->getDbNet();
402400
if (db_net->getBTermCount() != 0) {
403401
for (odb::dbBTerm* bterms : db_net->getBTerms()) {

0 commit comments

Comments
 (0)