aboutsummaryrefslogtreecommitdiff
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
commit93d8feccd79b35fc890fc8629d6da2c2baa57762 (patch)
tree0f92973beaca1cc36bed9da4315e7bfbda35def2
parent59be99aad9d7ad36e3edf648dbbd6b5b215c125c (diff)
downloadcrupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.tar.gz
crupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.tar.bz2
crupest-93d8feccd79b35fc890fc8629d6da2c2baa57762.zip
import(life): ...
-rw-r--r--works/life/operating-system-experiment/Thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/works/life/operating-system-experiment/Thread.cpp b/works/life/operating-system-experiment/Thread.cpp
index 8230c1c..9d9f5dd 100644
--- a/works/life/operating-system-experiment/Thread.cpp
+++ b/works/life/operating-system-experiment/Thread.cpp
@@ -2,7 +2,6 @@
#include <cassert>
#include <exception>
-#include <pthread.h>
#include <utility>
namespace cru {