Remove tp_t typedef
The tp_t typedef is no longer used and can be removed. ChangeLog 2018-05-29 Tom Tromey <tom@tromey.com> * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
This commit is contained in:
parent
4f7deebe0c
commit
10b2ded43c
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-05-29 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
|
||||
|
||||
2018-05-29 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* objc-lang.h: Don't include cp-support.h.
|
||||
|
|
|
@ -2519,11 +2519,6 @@ record_btrace_step_thread (struct thread_info *tp)
|
|||
return status;
|
||||
}
|
||||
|
||||
/* A vector of threads. */
|
||||
|
||||
typedef struct thread_info * tp_t;
|
||||
DEF_VEC_P (tp_t);
|
||||
|
||||
/* Announce further events if necessary. */
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue