# 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,
Show replies by date
KR> # HG changeset patch
KR> # User Kaitlin Rupert <karupert(a)us.ibm.com>
KR> # Date 1199740963 28800
KR> # Node ID 27f3530502b64573ec300807453851e2efa39b53
KR> # Parent d249e26d9d545455465e1f6fc2f03f160f3c8704
KR> Remove TRACE #define from SystemDevice.
KR> This doesn't appear to be used anymore.
Yeah, that's really old. I put that in because SystemDevice was the
most complicated provider we had at the time, and we hadn't worked out
what to do for logging yet.
Thanks for catching it!
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com