removed seconds typedef, confusing
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
|
||||
//! Don't use these for time points, type is not large enough for UNIX epoch.
|
||||
using dur_millis_t = uint32_t;
|
||||
using dur_seconds_t = double;
|
||||
|
||||
class Clock {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user