Skip to content

Commit e4393ce

Browse files
authored
Merge pull request The-OpenROAD-Project#7804 from AcKoucher/odb-unused-declaration
odb: remove unused declaration
2 parents e3d20c6 + 7bfb80c commit e4393ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/odb/src/db/dbNet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ class _dbNet : public _dbObject
107107
bool operator!=(const _dbNet& rhs) const { return !operator==(rhs); }
108108
bool operator<(const _dbNet& rhs) const;
109109
void collectMemInfo(MemInfo& info);
110-
dbObjectTable* getObjectTable(dbObjectType type);
111110
};
112111

113112
dbOStream& operator<<(dbOStream& stream, const _dbNet& net);

0 commit comments

Comments
 (0)