From 0725bdfc305881e74a2c6a7f240a7605009f5fc3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 19 Dec 2015 21:09:26 +0000 Subject: Kill check for ancient FreeBSD version along the lines of ... commit cee2655445319133095b0f6b19fc5b31d321099f Author: Baptiste Daroussin 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 --- bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bridges') 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 20c402faaef4..1bc4a8e6caa0 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 { } -- cgit