summaryrefslogtreecommitdiffstats
path: root/core/threading.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/threading.hh')
-rw-r--r--core/threading.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/threading.hh b/core/threading.hh
index bd359ad..14f17f8 100644
--- a/core/threading.hh
+++ b/core/threading.hh
@@ -1,5 +1,3 @@
-#ifndef CORE_THREADING_HH
-#define CORE_THREADING_HH 1
#pragma once
enum class task_status : unsigned int {
@@ -46,5 +44,3 @@ inline void threading::submit(AT&&... args)
{
threading::detail::submit_new(new T(args...));
}
-
-#endif // CORE_THREADING_HH