Remove unnecessary constructor definition

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1192/head
Michael Richters 2 years ago
parent 041543a0b3
commit 45c33c04f0
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -35,8 +35,6 @@ namespace kaleidoscope {
namespace plugin {
class CycleTimeReport : public kaleidoscope::Plugin {
public:
CycleTimeReport() {}
EventHandlerResult onSetup();
EventHandlerResult beforeEachCycle();
EventHandlerResult afterEachCycle();

Loading…
Cancel
Save