diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-16 15:18:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-16 15:18:56 +0000 |
commit | 395670463fc6d90052fe345c4c09297192f71de2 (patch) | |
tree | e7a82bf8db9e2a3cafcc1f0588842cbe971adc12 /gdb/tracepoint.c | |
parent | d846e953e9c1955f38f58c1907a7ca04156ecd50 (diff) | |
download | gdb-395670463fc6d90052fe345c4c09297192f71de2.tar.gz |
* tracepoint.c (stop_tracing): Don't declare.
* event-top.c (after_char_processing_hook): Add `(void)'.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index dfcefbd4f49..2d46da70039 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -70,8 +70,6 @@ extern int hex2bin (const char *hex, gdb_byte *bin, int count); extern int bin2hex (const gdb_byte *bin, char *hex, int count); -extern void stop_tracing (); - /* Maximum length of an agent aexpression. This accounts for the fact that packets are limited to 400 bytes (which includes everything -- including the checksum), and assumes |