diff options
| author | 2008-02-21 21:41:20 +0000 | |
|---|---|---|
| committer | 2008-02-21 21:41:20 +0000 | |
| commit | 9bc734b739043f6cccbb0b400dae1dedcd52033e (patch) | |
| tree | 557b1ff5aeaa9520e5544b163beaf6c14fe2dd19 /src/threadengines/threadengine_pthread.cpp | |
| parent | Change of configure message to plainer english as requested by voidzero (diff) | |
These are just copies of the pthread engine right now, will probably make them work tomorrow night
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8988 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/threadengines/threadengine_pthread.cpp')
| -rw-r--r-- | src/threadengines/threadengine_pthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threadengines/threadengine_pthread.cpp b/src/threadengines/threadengine_pthread.cpp index 8bdcd6d96..9dc203dec 100644 --- a/src/threadengines/threadengine_pthread.cpp +++ b/src/threadengines/threadengine_pthread.cpp @@ -54,7 +54,6 @@ void PThreadEngine::Create(Thread* thread_to_init) PThreadEngine::~PThreadEngine() { - //pthread_kill(this->MyPThread, SIGKILL); } void PThreadEngine::Run() |
