diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-23 11:28:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-27 07:28:16 +0000 |
commit | 70bcf9e8bea1fee9cca44437730324ba7805b633 (patch) | |
tree | d8d97927d773fd753ab569d1f0ace95917d14849 /solenv/clang-format | |
parent | 12a5e9bd92c0969051e035a4f2b7c18f0e3e79b5 (diff) |
Remove support for AIX
As discussed in the mailing list thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2023-January/089808.html>
"Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)",
the bridge implementation at bridges/source/cpp_uno/gcc3_aix_powerpc is
apparently dead and should thus be removed. However, that was the only bridge
implementation for AIX, which implies that support for the AIX platform as a
whole is dead and should thus be removed.
Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 463edff70ee9..155f88ee1a15 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -431,10 +431,6 @@ bridges/inc/bridge.hxx bridges/inc/cppinterfaceproxy.hxx bridges/inc/unointerfaceproxy.hxx bridges/inc/vtablefactory.hxx -bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx -bridges/source/cpp_uno/gcc3_aix_powerpc/share.hxx -bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx bridges/source/cpp_uno/gcc3_ios/except.cxx bridges/source/cpp_uno/gcc3_ios/rtti.h |