aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-29 00:14:58 -0600
committerTom Tromey <tom@tromey.com>2018-05-29 08:52:55 -0600
commit4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a (patch)
treee91e35b6ad265586cdc400d553a74b1edeb28fcb /gdb/common
parentfe1658217f3f55c5fb2943715536302ff170e952 (diff)
downloadgdb-4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a.zip
gdb-4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a.tar.gz
gdb-4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a.tar.bz2
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.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/gdb_vecs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h
index 3e461dc..8bafd0d 100644
--- a/gdb/common/gdb_vecs.h
+++ b/gdb/common/gdb_vecs.h
@@ -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. */