* breakpoint.c (get_tracepoint_by_number): Remove 'extern int
	tracepoint_count'.
This commit is contained in:
Yao Qi 2012-11-07 00:42:14 +00:00
parent 208c3ac470
commit ed86b35062
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-07 Yao Qi <yao@codesourcery.com>
* breakpoint.c (get_tracepoint_by_number): Remove 'extern int
tracepoint_count'.
2012-11-06 Tom Tromey <tromey@redhat.com>
* target.h (inferior_has_forked, inferior_has_vforked)

View File

@ -15347,7 +15347,6 @@ get_tracepoint_by_number (char **arg,
struct get_number_or_range_state *state,
int optional_p)
{
extern int tracepoint_count;
struct breakpoint *t;
int tpnum;
char *instring = arg == NULL ? NULL : *arg;