Remove memcheck sample

This sample wasn't really useful and demonstrated functionality which
was disabled by default since many years and will be completely removed
soon.
This commit is contained in:
Vadim Zeitlin 2023-01-05 18:24:57 +01:00
parent 0016bdc308
commit d74c9e51da
13 changed files with 4 additions and 1106 deletions

1
configure vendored
View file

@ -35642,7 +35642,6 @@ if test "$wxUSE_MEM_TRACING" = "yes" ; then
$as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
fi
if test "$wxUSE_DMALLOC" = "yes" ; then