public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* [python] remove unused type codes
@ 2009-04-08 18:45 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2009-04-08 18:45 UTC (permalink / raw)
  To: Project Archer

I forgot to zap these unused type codes when I removed them from the
docs.

Tom

2009-04-08  Tom Tromey  <tromey@redhat.com>

	* python/python-type.c (pyty_codes): Remove TYPE_CODE_TEMPLATE and
	TYPE_CODE_TEMPLATE_ARG.

diff --git a/gdb/python/python-type.c b/gdb/python/python-type.c
index ec9ec46..53a7eab 100644
--- a/gdb/python/python-type.c
+++ b/gdb/python/python-type.c
@@ -88,8 +88,6 @@ static struct pyty_code pyty_codes[] =
   ENTRY (TYPE_CODE_BOOL),
   ENTRY (TYPE_CODE_COMPLEX),
   ENTRY (TYPE_CODE_TYPEDEF),
-  ENTRY (TYPE_CODE_TEMPLATE),
-  ENTRY (TYPE_CODE_TEMPLATE_ARG),
   ENTRY (TYPE_CODE_NAMESPACE),
   ENTRY (TYPE_CODE_DECFLOAT),
   ENTRY (TYPE_CODE_INTERNAL_FUNCTION),

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

only message in thread, other threads:[~2009-04-08 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08 18:45 [python] remove unused type codes 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).