Skip to content

Commit ed66429

Browse files
committed
Remove redundant code
1 parent 0476809 commit ed66429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/rtemodel/include/RteInstance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ class RteFileInstance : public RteItemInstance
15941594
* @param withBundle flag to include bundle in the ID
15951595
* @return partial component ID
15961596
*/
1597-
virtual std::string GetPartialComponentID(bool withBundle) const override;
1597+
std::string GetPartialComponentID(bool withBundle) const override;
15981598

15991599
/**
16001600
* @brief get component aggregate ID

0 commit comments

Comments
 (0)