From 66ef8ca217680095d8aaae025d82c2cbcd8ec1d2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 7 Dec 2018 12:24:05 +0100 Subject: HAVE_CPP_INLINE_VARIABLES is always true now ...but for safety, leave the configure.ac check in for some longer. Also remove now-redundant SAL_INLINE_VARIABLE again (which was LIBO_INTERNAL_ONLY). Change-Id: Id049e0cb84b4f97f5859f1b16b867b39b448dec0 Reviewed-on: https://gerrit.libreoffice.org/64772 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- config_host/config_global.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config_host/config_global.h.in') diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index a84f2bedec5a..a182c4d346c0 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -27,9 +27,6 @@ Any change in this header will cause a rebuild of almost everything. /* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */ #define HAVE_CPP_GUARANTEED_COPY_ELISION 0 -/* Inline variables (C++17), __cpp_inline_variables (C++2a): */ -#define HAVE_CPP_INLINE_VARIABLES 0 - /* Fix for "Return by converting move constructor": */ #define HAVE_CXX_CWG1579_FIX 0 -- cgit