From 27491c28cb67ada0a4c5eaa90eaf589425990582 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 15:14:10 +0200 Subject: HAVE_CXX11_DELETE is required on all supported toolchains Change-Id: I53c746be98972c7024dc2f340738182e46c24241 --- 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 b2aa4da9353d..1c4ff2c9c8b9 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_DELETE 0 #define HAVE_CXX11_OVERRIDE 0 #define HAVE_CXX11_FINAL 0 #define HAVE_CXX11_PERFECT_FORWARDING 0 -- cgit