Remove char_ptr typedef
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 1 Apr 2018 18:23:17 +0000 (14:23 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 1 Apr 2018 18:23:17 +0000 (14:23 -0400)
commitec1f2d91e07522a77cbef7a438e132ff4a2a7839
tree7e502ea33618a8e60e6226349421bc129807c756
parenta16ffec0da37082ed80116a7afb1971eec9b8842
Remove char_ptr typedef

Now that all instances of VEC(char_ptr) are gone, we can remove the
typedef.  There is just one usage left, that is trivial to replace.

Tested by rebuilding on an enable-targets=all build.

gdb/ChangeLog:

* common/gdb_vecs.h (char_ptr): Remove.
* tracepoint.c (encode_actions_1): Remove usage of char_ptr.
gdb/ChangeLog
gdb/common/gdb_vecs.h
gdb/tracepoint.c
This page took 0.045346 seconds and 4 git commands to generate.