remove constructor

It can be implicitly generated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 3 years ago
parent fc840405cc
commit 6cf06c6534

@ -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);

Loading…
Cancel
Save