aboutsummaryrefslogtreecommitdiff
path: root/operating-system-experiment/Thread.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-09 22:32:01 +0800
committercrupest <crupest@outlook.com>2021-06-09 22:32:01 +0800
commita440d1c5648492b24d1a56ec2e841f2309aad3fd (patch)
tree050f40ab6de9f9e3fa8bb2c9dce78bd01e30d417 /operating-system-experiment/Thread.cpp
parentc81a4458831f66818e9118fe6e0c37f54acf22f1 (diff)
downloadlife-a440d1c5648492b24d1a56ec2e841f2309aad3fd.tar.gz
life-a440d1c5648492b24d1a56ec2e841f2309aad3fd.tar.bz2
life-a440d1c5648492b24d1a56ec2e841f2309aad3fd.zip
...
Diffstat (limited to 'operating-system-experiment/Thread.cpp')
-rw-r--r--operating-system-experiment/Thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/operating-system-experiment/Thread.cpp b/operating-system-experiment/Thread.cpp
index 8230c1c..9d9f5dd 100644
--- a/operating-system-experiment/Thread.cpp
+++ b/operating-system-experiment/Thread.cpp
@@ -2,7 +2,6 @@
#include <cassert>
#include <exception>
-#include <pthread.h>
#include <utility>
namespace cru {