Remove const_char_ptr typedef
The const_char_ptr is no longer used, so it can be removed. ChangeLog 2018-05-29 Tom Tromey <tom@tromey.com> * objc-lang.h: Don't include cp-support.h. * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't declare VEC.
This commit is contained in:
parent
fe1658217f
commit
4f7deebe0c
3 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,6 @@
|
|||
#if !defined(OBJC_LANG_H)
|
||||
#define OBJC_LANG_H
|
||||
|
||||
#include "cp-support.h" /* For VEC (const_char_ptr) */
|
||||
|
||||
struct stoken;
|
||||
|
||||
struct value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue