cleanup#2

Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
dsengupta0628
2026-03-25 16:06:38 +00:00
parent 3d5f1e8594
commit 2910df0b18
2 changed files with 0 additions and 26 deletions
-1
View File
@@ -769,7 +769,6 @@ TEST_F(PowerDesignTest, PowerPerInstance) {
int count = 0;
while (child_iter->hasNext() && count < 5) {
Instance *inst = child_iter->next();
PowerResult result = sta_->power(inst, corner);
count++;
}
delete child_iter;