summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-12-04 12:36:09 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-12-04 12:38:09 +0100
commitd911673a64250ece50f6ca5578385adabcae5e5d (patch)
tree268d926b6fe13ea891b0a0f61f1bbc178e2f52ae /sal/qa
parent2d655683dda815021011d9dd135a263f0003bed5 (diff)
API CHANGE: remove long-deprecated Semaphore & related stuff.
osl::semaphore was not portable & thusly long-deprecated. Also killing further unused clients of that code in salhelper. Change-Id: Ie1c1924e06e8ce3be33fd1dc2c6933f2de8b5217
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/libs2test.txt1
-rw-r--r--sal/qa/osl/condition/osl_Condition_Const.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/sal/qa/libs2test.txt b/sal/qa/libs2test.txt
index 2f8a01fb592d..d41bf062f491 100644
--- a/sal/qa/libs2test.txt
+++ b/sal/qa/libs2test.txt
@@ -53,7 +53,6 @@ osl/socket ; osl_AcceptorSocket
osl/mutex ; osl_Mutex
osl/pipe ; osl_Pipe
-osl/semaphore ; osl_Semaphore
osl/condition ; osl_Condition
osl/module ; osl_Module
osl/security ; osl_Security
diff --git a/sal/qa/osl/condition/osl_Condition_Const.h b/sal/qa/osl/condition/osl_Condition_Const.h
index 9443ec359c60..6101914fa9a6 100644
--- a/sal/qa/osl/condition/osl_Condition_Const.h
+++ b/sal/qa/osl/condition/osl_Condition_Const.h
@@ -29,10 +29,6 @@
#include <osl/mutex.hxx>
#include <osl/pipe.hxx>
-#ifndef _OSL_SEMAPHOR_HXX_
-#include <osl/semaphor.hxx>
-#endif
-
#ifndef _OSL_CONDITION_HXX_
#include <osl/conditn.hxx>
#endif