summaryrefslogtreecommitdiffstats
path: root/src/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.hpp')
-rw-r--r--src/Thread.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Thread.hpp b/src/Thread.hpp
deleted file mode 100644
index ddc0dc5..0000000
--- a/src/Thread.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-struct Thread {
- Thread() = default;
- virtual ~Thread() = default;
- virtual void Execute() = 0;
-}; \ No newline at end of file