Skip to content

Commit a0b68a5

Browse files
committed
gpl: drop unused ClockBase default constructor
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent b49da82 commit a0b68a5

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/gpl/src/clockBase.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ namespace gpl {
2727

2828
using utl::GPL;
2929

30-
ClockBase::ClockBase() = default;
31-
3230
ClockBase::ClockBase(sta::dbSta* sta, odb::dbDatabase* db, utl::Logger* log)
3331
: sta_(sta), db_(db), log_(log)
3432
{

src/gpl/src/clockBase.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class NesterovBaseCommon;
2929
class ClockBase
3030
{
3131
public:
32-
ClockBase();
3332
ClockBase(sta::dbSta* sta, odb::dbDatabase* db, utl::Logger* log);
3433
~ClockBase();
3534

0 commit comments

Comments
 (0)