[Libreoffice-commits] core.git: config_host.mk.in configure.ac

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 17 12:24:49 UTC 2020


 config_host.mk.in |    1 -
 configure.ac      |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 9c6897f710867da260100e1100804649012a1a99
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Apr 17 11:56:56 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Apr 17 14:24:11 2020 +0200

    HAVE_GCC_BUILTIN_FFS is unused
    
    ...ever since it was introduced in 334a9f16cd1d1f9694f885c759903a41aa3d4833
    "tdf#113211: fix calculations with big integers".  (Only the AC_DEFINE'd #define
    in config_host/config_global.h.in is used in sal/rtl/math.cxx.)
    
    Change-Id: I4b84534b022b96fee725988906c047736e7a579b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92411
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/config_host.mk.in b/config_host.mk.in
index 13e5e906a3f6..5abb2405a3f3 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -260,7 +260,6 @@ export HAMCREST_JAR=@HAMCREST_JAR@
 export HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED=@HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED@
 export HAVE_GCC_AVX=@HAVE_GCC_AVX@
 export HAVE_GCC_BUILTIN_ATOMIC=@HAVE_GCC_BUILTIN_ATOMIC@
-export HAVE_GCC_BUILTIN_FFS=@HAVE_GCC_BUILTIN_FFS@
 export HAVE_GCC_FNO_ENFORCE_EH_SPECS=@HAVE_GCC_FNO_ENFORCE_EH_SPECS@
 export HAVE_GCC_FNO_SIZED_DEALLOCATION=@HAVE_GCC_FNO_SIZED_DEALLOCATION@
 export HAVE_GCC_GGDB2=@HAVE_GCC_GGDB2@
diff --git a/configure.ac b/configure.ac
index f1539c699b1f..57a243841505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6457,7 +6457,6 @@ fi
 
 AC_SUBST(HAVE_GCC_AVX)
 AC_SUBST(HAVE_GCC_BUILTIN_ATOMIC)
-AC_SUBST(HAVE_GCC_BUILTIN_FFS)
 AC_SUBST(HAVE_GCC_STACK_CLASH_PROTECTION)
 
 dnl ===================================================================


More information about the Libreoffice-commits mailing list