From b9f34146be786f3f40625e285a87111a01b874d9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:07:13 +0200 Subject: HAVE_CXX11_FINAL is required on all supported toolchains Change-Id: I85ed86fdd8b11863c96b7a6c3ba76d77dbecf192 --- config_host/config_global.h.in | 1 - 1 file changed, 1 deletion(-) (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 bbebc3efb41b..bd099674a341 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -12,7 +12,6 @@ Any change in this header will cause a rebuild of almost everything. #ifndef CONFIG_GLOBAL_H #define CONFIG_GLOBAL_H -#define HAVE_CXX11_FINAL 0 #define HAVE_CXX11_PERFECT_FORWARDING 0 #define HAVE_CXX11_CONSTEXPR 0 #define HAVE_CXX14_CONSTEXPR 0 -- cgit