Skip to content

Commit

Permalink
Smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Nov 14, 2024
1 parent 3e63f1a commit ab9f76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liberty/LibertyReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3867,15 +3867,15 @@ LibertyReader::visitPortBoolAttr(LibertyAttr *attr,
////////////////////////////////////////////////////////////////

void
LibertyReader::beginMemory(LibertyGroup *group)
LibertyReader::beginMemory(LibertyGroup *)
{
if (cell_) {
cell_->setHasMemory(true);
}
}

void
LibertyReader::endMemory(LibertyGroup *group)
LibertyReader::endMemory(LibertyGroup *)
{
}

Expand Down

0 comments on commit ab9f76d

Please sign in to comment.