summaryrefslogtreecommitdiffhomepage
path: root/os.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 20:57:15 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 20:57:15 +0100
commit9d00f7319eda30ec91637a75b3fddc171e135233 (patch)
tree213fd6694cec8b30aed712837f68bb1aba0e8f89 /os.h
parent8475a181be2301702c409a20dc99115ee54ec9cc (diff)
Adjust to new environment
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