remove constructor
It can be implicitly generated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
fc840405cc
commit
6cf06c6534
@ -57,7 +57,6 @@ std::mutex cs;
|
|||||||
class Timestamp {
|
class Timestamp {
|
||||||
public:
|
public:
|
||||||
//! C'tor
|
//! C'tor
|
||||||
Timestamp() = default;
|
|
||||||
int read(const std::string& path);
|
int read(const std::string& path);
|
||||||
//! Read the timestamp from a broken-down time in buffer \em tm.
|
//! Read the timestamp from a broken-down time in buffer \em tm.
|
||||||
int read(struct tm* tm);
|
int read(struct tm* tm);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user