From a149683b0c277279d892c9617233643188a34251 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 12 Apr 2016 16:49:31 +0100 Subject: Eliminate clear_quit_flag Nothing calls this anymore. gdb/ChangeLog: 2016-04-12 Pedro Alves * defs.h (clear_quit_flag): Remove declaration. * extension-priv.h (struct extension_language_ops) : Remove field and update comments. * extension.c (clear_quit_flag): Delete. * guile/guile.c (guile_extension_ops): Adjust. * python/python.c (python_extension_ops): Adjust. (gdbpy_clear_quit_flag): Delete. --- gdb/guile/guile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/guile') diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 7352b57..f9481c9 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -155,7 +155,6 @@ const struct extension_language_ops guile_extension_ops = gdbscm_breakpoint_cond_says_stop, NULL, /* gdbscm_check_quit_flag, */ - NULL, /* gdbscm_clear_quit_flag, */ NULL, /* gdbscm_set_quit_flag, */ }; -- cgit v1.1