diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 14:10:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 16:17:09 +0100 |
commit | 97354578d7195bce927f0c00c4e2ae9cd7344776 (patch) | |
tree | 2f3cebd64b217cd628dc1d95cb655ebe717a3067 /sal/Library_sal.mk | |
parent | 86088dda6e893faaecfea19bad6e0e6c1ffa657c (diff) |
Remove the obsolete functionality originally underlying osl/diagnose.h
...before that got rebased onto sal/log.hxx. That functionality is considered
an implementation detail, so it should be safe to remove it from the URE
interface. As usual, aborting stubs are retained for SONAME stability.
Change-Id: If948b9714c26a3871e38dea4d4d5b5466d6ee258
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index bda3dd346959..ec8d89b95119 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -88,7 +88,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/all/debugbase \ sal/osl/all/loadmodulerelative \ sal/osl/all/log \ - sal/osl/all/trace \ sal/osl/all/utility \ sal/rtl/alloc_arena \ sal/rtl/alloc_cache \ @@ -154,7 +153,6 @@ endif ifneq ($(OS),WNT) $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/conditn \ - sal/osl/unx/diagnose \ sal/osl/unx/file \ sal/osl/unx/file_error_transl \ sal/osl/unx/file_misc \ @@ -250,7 +248,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ )) $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/w32/conditn \ - sal/osl/w32/diagnose \ sal/osl/w32/dllentry \ sal/osl/w32/file_error \ sal/osl/w32/interlck \ |