From c58498bd92dcf0f73bdaf79ec75b75c33036816d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 31 May 2021 15:39:25 +1000 Subject: [PATCH] config.h.meson: drop define for USE_POISONING This isn't hooked up and takes a bit of effort to hook up across the tree. Let's remove the define so it doesn't look like we're doing something. --- config.h.meson | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h.meson b/config.h.meson index 61fa87a16..b8ac1fd23 100644 --- a/config.h.meson +++ b/config.h.meson @@ -427,9 +427,6 @@ /* the target CPU */ #mesondefine TARGET_CPU -/* Define if we should poison deallocated memory */ -#mesondefine USE_POISONING - /* Version number of package */ #mesondefine VERSION