From 6cf06c6534e69ecb9ca9ea014480ad3e859d2fb8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 8 Aug 2022 15:37:50 -0700 Subject: [PATCH] remove constructor It can be implicitly generated. Signed-off-by: Rosen Penev --- app/actions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/actions.cpp b/app/actions.cpp index f771535c..a43f163a 100644 --- a/app/actions.cpp +++ b/app/actions.cpp @@ -57,7 +57,6 @@ std::mutex cs; class Timestamp { public: //! C'tor - Timestamp() = default; int read(const std::string& path); //! Read the timestamp from a broken-down time in buffer \em tm. int read(struct tm* tm);