From ef1fb4161af256e4a0047315d999531abb6382eb Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Mon, 22 Apr 2013 20:16:09 +0200 Subject: [PATCH] Disable obsolete compilation of libs/pds/dmalloc.cc The file relies on -DDEBUG_MALLOC and references #include "/usr/local/src/dmalloc-4.1.2/return.h" It is safe to assume that it's dead code. --- libs/pbd/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/pbd/wscript b/libs/pbd/wscript index 4d0c09f410..64dd2a332f 100644 --- a/libs/pbd/wscript +++ b/libs/pbd/wscript @@ -43,7 +43,6 @@ libpbd_sources = [ 'debug.cc', 'enumwriter.cc', 'event_loop.cc', - 'dmalloc.cc', 'enums.cc', 'epa.cc', 'error.cc',