summaryrefslogtreecommitdiffstats
path: root/src/core/epoch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/epoch.hh')
-rw-r--r--src/core/epoch.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/core/epoch.hh b/src/core/epoch.hh
deleted file mode 100644
index b17aadf..0000000
--- a/src/core/epoch.hh
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef CORE_EPOCH_HH
-#define CORE_EPOCH_HH 1
-#pragma once
-
-namespace epoch
-{
-std::uint64_t seconds(void);
-std::uint64_t milliseconds(void);
-std::uint64_t microseconds(void);
-} // namespace epoch
-
-namespace epoch
-{
-std::int64_t signed_seconds(void);
-std::int64_t signed_milliseconds(void);
-std::int64_t signed_microseconds(void);
-} // namespace epoch
-
-#endif // CORE_EPOCH_HH