From: Tom Tromey Date: Fri, 13 Aug 2010 20:50:47 +0000 (+0000) Subject: * python/python-internal.h (gdbpy_get_hook_function): Don't X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4eb54052780b59ef70298fd044fd31e9d8f6c0cf;p=binutils-gdb.git * python/python-internal.h (gdbpy_get_hook_function): Don't declare. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dda6e97b9b7..9c2d83f5f51 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-08-13 Tom Tromey + + * python/python-internal.h (gdbpy_get_hook_function): Don't + declare. + 2010-08-13 Jan Kratochvil * cli-logging.c (logging_overwrite, logging_redirect): Make them diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 2b8d3012c66..c5d1e7335d0 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -112,7 +112,6 @@ PyObject *gdbpy_create_lazy_string_object (CORE_ADDR address, long length, PyObject *gdbpy_inferiors (PyObject *unused, PyObject *unused2); PyObject *gdbpy_selected_thread (PyObject *self, PyObject *args); PyObject *gdbpy_string_to_argv (PyObject *self, PyObject *args); -PyObject *gdbpy_get_hook_function (const char *); PyObject *gdbpy_parameter (PyObject *self, PyObject *args); PyObject *gdbpy_parameter_value (enum var_types type, void *var); char *gdbpy_parse_command_name (char *text,