public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: remove unused declaration
@ 2010-08-13 20:46 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2010-08-13 20:46 UTC (permalink / raw)
  To: gdb-patches

I'm checking this in.

This declaration somehow snuck in.  It is for a function that was on the
old Python branch, but which we don't plan to incorporate into gdb.

Tom

2010-08-13  Tom Tromey  <tromey@redhat.com>

	* python/python-internal.h (gdbpy_get_hook_function): Don't
	declare.

Index: python/python-internal.h
===================================================================
RCS file: /cvs/src/src/gdb/python/python-internal.h,v
retrieving revision 1.31
diff -u -r1.31 python-internal.h
--- python/python-internal.h	6 Jul 2010 19:03:12 -0000	1.31
+++ python/python-internal.h	13 Aug 2010 20:46:08 -0000
@@ -112,7 +112,6 @@
 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-13 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 20:46 FYI: remove unused declaration Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).