summary refs log tree commit diff stats
path: root/hw/net/vmxnet_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/vmxnet_debug.h')
-rw-r--r--hw/net/vmxnet_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/net/vmxnet_debug.h b/hw/net/vmxnet_debug.h
index 96495dbb12..5aab00b050 100644
--- a/hw/net/vmxnet_debug.h
+++ b/hw/net/vmxnet_debug.h
@@ -142,7 +142,4 @@
         }                                                                     \
     } while (0)
 
-#define VMXNET_MF       "%02X:%02X:%02X:%02X:%02X:%02X"
-#define VMXNET_MA(a)    (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]
-
 #endif /* _QEMU_VMXNET3_DEBUG_H  */