bhyve: Do not define GDB_LOG

This had been added for debugging and shouldn't have been committed.

Fixes:		f81cdf24ba54 ("bhyve: Add support for XML register definitions")
MFC after:	3 days

(cherry picked from commit 5d62025d82a0be928f98778d54b25ad89edbb835)
This commit is contained in:
Mark Johnston 2024-05-08 12:06:22 -04:00
parent 24268f262b
commit d8ccaa995f

View file

@ -193,7 +193,6 @@ static const struct gdb_reg {
{ .id = VM_REG_GUEST_EFER, .size = 8 },
};
#define GDB_LOG
#ifdef GDB_LOG
#include <stdarg.h>
#include <stdio.h>