summaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rw-r--r--src/time.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/time.h b/src/time.h
deleted file mode 100644
index cdd5fa27..00000000
--- a/src/time.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ROMKATV_GITSTATUS_TIME_H_
-#define ROMKATV_GITSTATUS_TIME_H_
-
-#include <chrono>
-
-namespace gitstatus {
-
-using Clock = std::chrono::steady_clock;
-using Time = Clock::time_point;
-using Duration = Clock::duration;
-
-} // namespace gitstatus
-
-#endif // ROMKATV_GITSTATUS_TIME_H_