From eeacee4d8652d7f3b9224cfe0707c0ed87cc0e96 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 3 Jun 2012 16:35:32 +0000 Subject: qemu-log: cleanup Don't use global variables directly but via accessor functions. Rename globals. Convert macros to functions, add GCC format attributes. Signed-off-by: Blue Swirl --- qemu-tool.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'qemu-tool.c') diff --git a/qemu-tool.c b/qemu-tool.c index 07fc4f201a..318c5fcbca 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -24,8 +24,6 @@ #include -FILE *logfile; - struct QEMUBH { QEMUBHFunc *cb; -- cgit v1.2.3