git: d8ccaa995f45 - stable/14 - bhyve: Do not define GDB_LOG

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Sat, 11 May 2024 14:16:29 UTC
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=d8ccaa995f4539081f79e9b31ff0ac75173e1004

commit d8ccaa995f4539081f79e9b31ff0ac75173e1004
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-05-08 16:06:22 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-05-11 14:15:23 +0000

    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)
---
 usr.sbin/bhyve/gdb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.sbin/bhyve/gdb.c b/usr.sbin/bhyve/gdb.c
index 2a075cd10ca6..0319aaf0a9cd 100644
--- a/usr.sbin/bhyve/gdb.c
+++ b/usr.sbin/bhyve/gdb.c
@@ -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>