From e1c3ed8224bfecc5b9055ef21a86ec63e229170f Mon Sep 17 00:00:00 2001
From: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Date: Tue, 26 Feb 2019 13:22:23 +1100
Subject: config: Get rid of DEBUG_MALLOC

Since the initial release of skiboot, we've #defined DEBUG_MALLOC to 1.

Also since the initial release of skiboot, DEBUG_MALLOC has been referenced
absolutely nowhere.

Get rid of it.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 include/config.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'include')

diff --git a/include/config.h b/include/config.h
index 6b36590c..e34feae9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -42,9 +42,6 @@
 /* Enable lock dependency checker */
 #define DEADLOCK_CHECKER	1
 
-/* Enable malloc debugging */
-#define DEBUG_MALLOC		1
-
 /* Enable OPAL entry point tracing */
 //#define OPAL_TRACE_ENTRY	1
 
-- 
cgit v1.2.1