Skip to content

Commit c5af99c

Browse files
committed
Removed redundant method prototype.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent e5e037d commit c5af99c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dbSta/include/db_sta/dbNetwork.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ class dbNetwork : public ConcreteNetwork
387387
NetSet& visited_nets) const override;
388388
bool portMsbFirst(const char* port_name, const char* cell_name);
389389
ObjectId getDbNwkObjectId(const dbObject* object) const;
390-
void getParentHierarchy(dbModule* start_module,
391-
std::vector<dbModule*>& parent_hierarchy) const;
392390

393391
dbDatabase* db_ = nullptr;
394392
Logger* logger_ = nullptr;

0 commit comments

Comments
 (0)