From 4eb54052780b59ef70298fd044fd31e9d8f6c0cf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 13 Aug 2010 20:50:47 +0000 Subject: * python/python-internal.h (gdbpy_get_hook_function): Don't declare. --- gdb/python/python-internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/python/python-internal.h') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 2b8d301..c5d1e73 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, -- cgit v1.1