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:
Tom Tromey 2018-05-29 00:14:58 -06:00
parent fe1658217f
commit 4f7deebe0c
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,9 @@
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.
2018-05-27 Tom Tromey <tom@tromey.com>
* Makefile.in (DEPFILES): Don't reference REMOTE_OBS.

View File

@ -22,10 +22,6 @@
#include "vec.h"
typedef const char *const_char_ptr;
DEF_VEC_P (const_char_ptr);
/* Split STR, a list of DELIMITER-separated fields, into a char pointer vector.
You may modify the returned strings. */

View File

@ -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;