Remove a few protected or private no-op constructors

This commit is contained in:
Tim Wojtulewicz 2020-08-19 15:19:01 -07:00
parent 914a4d6342
commit f597e925aa
7 changed files with 5 additions and 15 deletions

View file

@ -65,7 +65,7 @@ public:
void Describe(ODesc* d) const;
protected:
Timer() = default;
TimerType type{};
};