From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Fred Fish , gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove redundant initialization of auto_solib_add Date: Mon, 29 Oct 2001 22:20:00 -0000 Message-id: <1011030062023.ZM20083@ocotillo.lan> References: <200110300428.f9U4STX04713@fishpond.ninemoons.com> X-SW-Source: 2001-10/msg00372.html 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...) Kevin