diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-12-04 12:36:09 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-12-04 12:38:09 +0100 |
commit | d911673a64250ece50f6ca5578385adabcae5e5d (patch) | |
tree | 268d926b6fe13ea891b0a0f61f1bbc178e2f52ae /sal/Library_sal.mk | |
parent | 2d655683dda815021011d9dd135a263f0003bed5 (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/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 9c835ed153cd..72234a9d1e3f 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -188,7 +188,6 @@ $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/unx/profile \ sal/osl/unx/readwrite_helper \ sal/osl/unx/security \ - sal/osl/unx/semaphor \ sal/osl/unx/socket \ sal/osl/unx/system \ sal/osl/unx/tempfile \ @@ -258,7 +257,6 @@ $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/w32/nlsupport \ sal/osl/w32/pipe \ sal/osl/w32/security \ - sal/osl/w32/semaphor \ sal/osl/w32/thread \ sal/osl/w32/time \ sal/osl/w32/util \ |