[Libreoffice-commits] core.git: bridges/source

Caolán McNamara caolanm at redhat.com
Sat Dec 19 13:10:40 PST 2015


 bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 0725bdfc305881e74a2c6a7f240a7605009f5fc3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Dec 19 21:09:26 2015 +0000

    Kill check for ancient FreeBSD version
    
    along the lines of ...
    
    commit cee2655445319133095b0f6b19fc5b31d321099f
    Author: Baptiste Daroussin <bapt at FreeBSD.org>
    Date:   Thu Dec 10 17:38:06 2015 +0100
    
        Kill check for ancient FreeBSD version
    
    which removed the other uses of this
    
    Change-Id: I56a4448b27683ff8a86e4d760fec4f6bfc2d0bd6

diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
index 20c402f..1bc4a8e 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
@@ -57,11 +57,7 @@ public:
 };
 
 RTTI::RTTI()
-#if defined(FREEBSD) && __FreeBSD_version < 702104
-    : m_hApp( dlopen( 0, RTLD_NOW | RTLD_GLOBAL ) )
-#else
     : m_hApp( dlopen( nullptr, RTLD_LAZY ) )
-#endif
 {
 }
 


More information about the Libreoffice-commits mailing list