summaryrefslogtreecommitdiff
path: root/sal/qa/osl
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl')
-rw-r--r--sal/qa/osl/condition/osl_Condition.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/qa/osl/condition/osl_Condition.cxx b/sal/qa/osl/condition/osl_Condition.cxx
index 4c9f69b69efe..ec254eed7891 100644
--- a/sal/qa/osl/condition/osl_Condition.cxx
+++ b/sal/qa/osl/condition/osl_Condition.cxx
@@ -28,8 +28,7 @@ enum ConditionType
{
thread_type_set,
thread_type_reset,
- thread_type_wait,
- thread_type_check
+ thread_type_wait
};
/** thread for testing Condition.