diff options
Diffstat (limited to 'hw/openpic.c')
-rw-r--r-- | hw/openpic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/openpic.c b/hw/openpic.c index 46a2706b3d..733284ae8d 100644 --- a/hw/openpic.c +++ b/hw/openpic.c @@ -44,7 +44,6 @@ #else #define DPRINTF(fmt, args...) do { } while (0) #endif -#define ERROR(fmr, args...) do { printf("ERROR: " fmr , ##args); } while (0) #define USE_MPCxxx /* Intel model is broken, for now */ |