Skip to content

Commit 5b7b34c

Browse files
committed
odb: clang-tidy unused var
Signed-off-by: Matt Liberty <[email protected]>
1 parent 5d42492 commit 5b7b34c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/odb/src/db/dbChipInst.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ dbTransform dbChipInst::getTransform() const
162162

163163
Rect dbChipInst::getBBox() const
164164
{
165-
_dbChipInst* _chipinst = (_dbChipInst*) this;
166165
Rect box = getMasterChip()->getBBox();
167166
getTransform().apply(box);
168167
return box;

0 commit comments

Comments
 (0)