summaryrefslogtreecommitdiffhomepage
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/os.h b/os.h
deleted file mode 100644
index ed08234..0000000
--- a/os.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace OS {
-
- std::string uptime_host();
- std::string uptime_process();
-
-} // namespace OS