aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flthr.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-20 04:31:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-20 04:31:40 +0000
commit927c48a90eb2a5ebf9e221041cd963c7377c8349 (patch)
tree848d76f4c0d5c1c7f6d6c4fe4b559debf03b8b04 /externals/grill/flext/source/flthr.cpp
parente868b1bf7fea9309835e47238b36953b0eef797a (diff)
""
svn path=/trunk/; revision=305
Diffstat (limited to 'externals/grill/flext/source/flthr.cpp')
-rw-r--r--externals/grill/flext/source/flthr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flthr.cpp b/externals/grill/flext/source/flthr.cpp
index 36184025..96e52b0d 100644
--- a/externals/grill/flext/source/flthr.cpp
+++ b/externals/grill/flext/source/flthr.cpp
@@ -174,8 +174,6 @@ void flext_base::PopThread()
// post("Pop thread");
- pthread_t id = pthread_self();
-
thr_entry *prv = NULL,*ti;
for(ti = thrhead; ti; prv = ti,ti = ti->nxt)
if(ti->Is()) break;