From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Berlin Cc: GDB Patches Subject: Re: [patch] Zap some PTR's Date: Wed, 06 Jun 2001 10:45:00 -0000 Message-id: <3B1E6C5B.8090607@cygnus.com> References: <3B1E63BD.70009@cygnus.com> <87zoblpm8e.fsf@cgsoftware.com> X-SW-Source: 2001-06/msg00082.html > To follow up a recent discussion. >> >> Andrew >> 2001-06-06 Andrew Cagney >> >> * symfile.c (compare_psymbols): Replace PTR with void*. Delete >> declaration. >> (compare_symbols): Ditto. > > > Um, okay, i'm confused. > Why delete the declaration? > Did I miss something? Given they wern't doing anything useful (no forward references), it provided a quick and easy way of eliminating that part of the problem. Andrew