diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-13 20:50:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-13 20:50:47 +0000 |
commit | 4eb54052780b59ef70298fd044fd31e9d8f6c0cf (patch) | |
tree | adab01d537a2f8f9701542cfd90cd640cca824ba /gdb/python/python-internal.h | |
parent | 56d4289c6c259fefb1bd1b30fffb207e48e3dcd5 (diff) | |
download | gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.zip gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.tar.gz gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.tar.bz2 |
* python/python-internal.h (gdbpy_get_hook_function): Don't
declare.
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r-- | gdb/python/python-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |