mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user