From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2a17785321e80884 X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: Redundant With Remover Date: 1998/01/31 Message-ID: <01bd2ea0$fbf4a040$LocalHost@xhv46.dial.pipex.com>#1/1 X-Deja-AN: 320946271 Content-Transfer-Encoding: 7bit References: <886175452.1936588810@dejanews.com> <34D32B8E.F86335E1@elca-matrix.ch> Content-Type: text/plain; charset=ISO-8859-1 Organization: UUNet UK server (post doesn't reflect views of UUNet UK) Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-01-31T00:00:00+00:00 List-Id: I was just going to say that a decent compiler ought to report that sort of thing as a warning (no?). -- == Nick Roberts ================================================ == Croydon, UK =========================== == ================ == Proprietor, ThoughtWing Software ========== == Independent Software Development Consultant ====== == Nick.Roberts@dial.pipex.com ==== == Voicemail & Fax +44 181-405 1124 === == == == I live not in myself, but I become == === Portion of that around me; and to me == ==== High mountains are a feeling, but the hum == ======= Of human cities torture. =========== -- Byron [Childe Harold] Mats Weber wrote in article <34D32B8E.F86335E1@elca-matrix.ch>... > > Does anybody know of a utility that can check for unneccessary with'd > > packages? Obviously it would be harder to spot for packages that are also > > use'd, but if the utility also looks at the with'd package to see if > > anything is actually used, it could be done. > > gnatf (part of the GNAT compiler) does that.