Remove ada-varobj.h.
authorYao Qi <yao@codesourcery.com>
Thu, 17 Oct 2013 13:31:33 +0000 (13:31 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 17 Oct 2013 13:31:33 +0000 (13:31 +0000)
commitc4124bf18d477151427aca528603b54474120782
tree5fe28d6b9dff8ea262f4e46bcd8159256fe4e049
parent99ad94278d293fb7f5a823caf92221ff4419e556
Remove ada-varobj.h.

As a result of previous patch, extern functions in ada-varobj.c can be
made static, and ada-varobj.h can be removed too.

gdb:

2013-10-17  Yao Qi  <yao@codesourcery.com>

* Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
* ada-varobj.c: Remove the include of ada-varobj.h.
(ada_varobj_get_number_of_children): Declare.
(ada_varobj_get_name_of_child): Make it static.
(ada_varobj_get_path_expr_of_child): Likewise.
(ada_varobj_get_value_of_child): Likewise.
(ada_varobj_get_type_of_child): Likewise.
(ada_varobj_get_value_of_array_variable): Likewise.
* ada-varobj.h: Remove.
gdb/ChangeLog
gdb/Makefile.in
gdb/ada-varobj.c
gdb/ada-varobj.h [deleted file]
This page took 0.041951 seconds and 4 git commands to generate.