# HG changeset patch
# User Kaitlin Rupert <karupert(a)us.ibm.com>
# Date 1199740963 28800
# Node ID 27f3530502b64573ec300807453851e2efa39b53
# Parent d249e26d9d545455465e1f6fc2f03f160f3c8704
Remove TRACE #define from SystemDevice.
This doesn't appear to be used anymore.
Signed-off-by: Kaitlin Rupert <karupert(a)us.ibm.com>
diff -r d249e26d9d54 -r 27f3530502b6 src/Virt_SystemDevice.c
--- a/src/Virt_SystemDevice.c Mon Jan 07 13:14:51 2008 -0800
+++ b/src/Virt_SystemDevice.c Mon Jan 07 13:22:43 2008 -0800
@@ -55,8 +55,6 @@ const static int device_types[DEV_TYPE_C
VIRT_DEV_MEM,
VIRT_DEV_VCPU,
};
-
-#define TRACE(l, f, arg...) printf(f "\n", ##arg)
static int get_dom_devices(const char *name,
struct inst_list *list,