Remove two unused hooks
authorTom Tromey <tom@tromey.com>
Mon, 14 Mar 2022 23:00:37 +0000 (17:00 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 19:50:22 +0000 (13:50 -0600)
I noticed that a couple of deprecated hooks aren't ever called, so
they can't really be used by Insight.  This patch removes them
entirely.  I checked the Insight sources, and these aren't mentioned
there, either.

gdb/tracepoint.c
gdb/tracepoint.h

index a347745164c3ceb00a534e884c06a154420a0e4b..b45763ec02b8a2bf2117512c666c6bf5bd57c132 100644 (file)
    large.  (400 - 31)/2 == 184 */
 #define MAX_AGENT_EXPR_LEN     184
 
-/* A hook used to notify the UI of tracepoint operations.  */
-
-void (*deprecated_trace_find_hook) (char *arg, int from_tty);
-void (*deprecated_trace_start_stop_hook) (int start, int from_tty);
-
 /* 
    Tracepoint.c:
 
index c57afc08e6f7e4c9f03886a2b8cd5a37e2bd0e98..4aa8c054190ff882d0ba395a5a5c11484d89ea3d 100644 (file)
@@ -314,11 +314,6 @@ extern void
   parse_static_tracepoint_marker_definition (const char *line, const char **pp,
                                             static_tracepoint_marker *marker);
 
-/* A hook used to notify the UI of tracepoint operations.  */
-
-extern void (*deprecated_trace_find_hook) (char *arg, int from_tty);
-extern void (*deprecated_trace_start_stop_hook) (int start, int from_tty);
-
 /* Returns the current traceframe number.  */
 extern int get_traceframe_number (void);