diff options
Diffstat (limited to 'src/debug/debugger.c')
-rw-r--r-- | src/debug/debugger.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/debug/debugger.c b/src/debug/debugger.c index a7d7470..7f66a0b 100644 --- a/src/debug/debugger.c +++ b/src/debug/debugger.c @@ -25,7 +25,6 @@ #include "debugger-int.h" #include "remgdb/gdb.h" -#include "ptrace/ptrace.h" #include "../gtkext/iodamarshal.h" @@ -117,10 +116,6 @@ GBinaryDebugger *g_new_binary_debugger(DebuggerType type, GOpenidaBinary *binary result = g_gdb_debugger_new(binary, NULL); break; - case DGT_PTRACE: - result = g_object_new(G_TYPE_PTRACE_DEBUGGER, NULL); - break; - default: result = NULL; break; |