diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-16 15:18:58 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-16 15:18:58 +0000 |
commit | b08ee6a2eea46111d762692dc45fbe0194f51c2c (patch) | |
tree | 84e4d6357861e61300f3659a34d9b997e3c1f543 /gdb/tracepoint.c | |
parent | 629e7ca8ec7498a538a5a21e6689eedeb28207ca (diff) | |
download | gdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.zip gdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.tar.gz gdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.tar.bz2 |
* 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 dfcefbd..2d46da7 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 |