diff options
Diffstat (limited to 'hw/dmx/dmxlog.c')
-rw-r--r-- | hw/dmx/dmxlog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/dmx/dmxlog.c b/hw/dmx/dmxlog.c index b56bb93ed..33aee590a 100644 --- a/hw/dmx/dmxlog.c +++ b/hw/dmx/dmxlog.c @@ -110,9 +110,6 @@ VFatalError(const char *format, va_list args) { VErrorF(format, args); ErrorF("\n"); -#ifdef DDXOSFATALERROR - OsVendorFatalError(); -#endif AbortServer(); /*NOTREACHED*/} #endif |