summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index 32eab57c..346ef7aa 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -210,7 +210,6 @@ ENDobjDestruct(wti)
/* Standard-Constructor for the wti object
*/
BEGINobjConstruct(wti) /* be sure to specify the object type also in END macro! */
-
pThis->bOptimizeUniProc = glbl.GetOptimizeUniProc();
pthread_cond_init(&pThis->condExitDone, NULL);
pthread_mutex_init(&pThis->mut, NULL);