From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove redundant initialization of auto_solib_add Date: Tue, 30 Oct 2001 12:22:00 -0000 Message-id: <20011030152325.A15775@redhat.com> References: <200110300428.f9U4STX04713@fishpond.ninemoons.com> <1011030062023.ZM20083@ocotillo.lan> X-SW-Source: 2001-10/msg00374.html On Mon, Oct 29, 2001 at 11:20:23PM -0700, Kevin Buettner wrote: >On Oct 29, 9:28pm, Fred Fish wrote: > >> The default value for auto_solib_add is a compile time constant of 1. >> There is no need to explicitly initialize it at initialization. >> >> -Fred >> >> 2001-10-29 Fred Fish >> >> * win32-nat.c (_initialize_inftarg): Remove unnecessary >> initialization of auto_solib_add, it defaults to 1. > >This one is fine too. > >(Actually, I'm not the maintainer for win32-nat.c, but it does deal >with shared libraries and it seems pretty obvious anyway...) It is fine. I think that this was actually debugging code that was accidentally checked in. cgf