From 842165ef7624f20b85e58f3d9c56d9110be0ae15 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 4 Jun 2008 20:52:38 +0100 Subject: [GDBSYM] Remove unused gdbsym.c The GDBSYM config.h option was an attempt at QEMU GDB debugging. I have removed the code since it is unused and may confuse people wanting to use the GDB stub. --- src/core/config.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core') diff --git a/src/core/config.c b/src/core/config.c index ffd11256..402cba90 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -198,6 +198,3 @@ REQUIRE_OBJECT ( sanboot_cmd ); #ifdef NULL_TRAP REQUIRE_OBJECT ( nulltrap ); #endif -#ifdef DUMP_GDBSYM -REQUIRE_OBJECT ( gdbsym ); -#endif -- cgit v1.2.3-55-g7522