From b08247a12b43fcd9f86ecd912fce7d69a3e66061 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 15:33:22 +0200 Subject: HAVE_CXX11_OVERRIDE is required on all supported toolchains Change-Id: Ibc5462642d0a3cd0f96668472ddc0ac0ae407132 --- config_host/config_global.h.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host') diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index 1c4ff2c9c8b9..bbebc3efb41b 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_OVERRIDE 0 #define HAVE_CXX11_FINAL 0 #define HAVE_CXX11_PERFECT_FORWARDING 0 #define HAVE_CXX11_CONSTEXPR 0 -- cgit