diff options
| author | crupest <crupest@outlook.com> | 2021-06-09 22:32:01 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-06-09 22:32:01 +0800 |
| commit | a440d1c5648492b24d1a56ec2e841f2309aad3fd (patch) | |
| tree | 050f40ab6de9f9e3fa8bb2c9dce78bd01e30d417 | |
| parent | c81a4458831f66818e9118fe6e0c37f54acf22f1 (diff) | |
| download | life-a440d1c5648492b24d1a56ec2e841f2309aad3fd.tar.gz life-a440d1c5648492b24d1a56ec2e841f2309aad3fd.tar.bz2 life-a440d1c5648492b24d1a56ec2e841f2309aad3fd.zip | |
...
| -rw-r--r-- | operating-system-experiment/Thread.cpp | 1 |
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 {
|
