X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftop.c;h=1e30b1cb2b13a08c7326d1f088d4cbec44523024;hb=a9bd710f8777b5f4d6cbb9f5f14d6eb16f60c690;hp=01fddd2c95f675f731b28d02adcb760211cdff7b;hpb=328e7bfdde7267f5e4b971bc6dca7b82aef77661;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/top.c b/gdb/top.c index 01fddd2c95..1e30b1cb2b 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -221,11 +221,6 @@ void (*deprecated_detach_hook) (void); void (*deprecated_interactive_hook) (void); -/* Tell the GUI someone changed the register REGNO. -1 means - that the caller does not know which register changed or - that several registers have changed (see value_assign). */ -void (*deprecated_register_changed_hook) (int regno); - /* Called when going to wait for the target. Usually allows the GUI to run while waiting for target events. */