From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128590 invoked by alias); 22 Jan 2017 14:16:53 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 128569 invoked by uid 89); 22 Jan 2017 14:16:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: rgout03.bt.lon5.cpcloud.co.uk Received: from rgout0306.bt.lon5.cpcloud.co.uk (HELO rgout03.bt.lon5.cpcloud.co.uk) (65.20.0.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Jan 2017 14:16:41 +0000 X-OWM-Source-IP: 86.166.190.63 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-Junkmail-Premium-Raw: score=8/50,refid=2.7.2:2016.12.21.193617:17:8.707,ip=,rules=NO_URI_FOUND, NO_CTA_URI_FOUND, NO_MESSAGE_ID, TO_MALFORMED, NO_URI_HTTPS Received: from localhost.localdomain (86.166.190.63) by rgout03.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as jonturney@btinternet.com) id 58482CCA0400B450; Sun, 22 Jan 2017 14:16:38 +0000 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH setup 0/8] Remove cruft from setup Date: Sun, 22 Jan 2017 14:16:00 -0000 Message-Id: <20170122141623.226172-1-jon.turney@dronecode.org.uk> X-SW-Source: 2017-01/txt/msg00035.txt.bz2 Mainly this is cruft in the setup.ini parser, noticed while updating [1] to align with source code. [1] https://sourceware.org/cygwin-apps/setup.ini.html Jon Turney (8): Make package size and checksum mandatory in setup.ini Remove unused lexer tokens Remove parser rules which do nothing Remove parser rules which store data which is never used. Remove unused syntax for separate size and hash lines Remove redundant parser rule Remove unused cvsid Remove an obsolete prototype ConnectionSetting.cc | 5 -- FindVisitor.cc | 5 -- IniDBBuilder.h | 14 ----- IniDBBuilderPackage.cc | 145 ------------------------------------------------ IniDBBuilderPackage.h | 15 ----- IniParseFeedback.cc | 5 -- KeysSetting.cc | 5 -- LogFile.cc | 5 -- PackageSpecification.cc | 4 -- ScanFindVisitor.cc | 5 -- SourceSetting.cc | 5 -- archive.cc | 5 -- archive_tar.cc | 5 -- archive_tar_file.cc | 4 -- choose.cc | 5 -- crypto.cc | 5 -- cygpackage.cc | 5 -- desktop.cc | 5 -- dialog.cc | 5 -- diskfull.cc | 5 -- download.cc | 5 -- filemanip.cc | 5 -- find.cc | 5 -- geturl.cc | 5 -- gpg-packet.cc | 5 -- inilex.ll | 42 -------------- inilintmain.cc | 5 -- iniparse.yy | 72 ++++-------------------- install.cc | 4 -- io_stream.cc | 5 -- io_stream_cygfile.cc | 5 -- io_stream_file.cc | 5 -- io_stream_memory.cc | 5 -- main.cc | 5 -- mkdir.cc | 5 -- mklink2.cc | 5 -- mount.cc | 4 -- msg.cc | 5 -- net.cc | 5 -- netio.cc | 5 -- nio-file.cc | 5 -- nio-ftp.cc | 5 -- nio-http.cc | 5 -- nio-ie5.cc | 5 -- package_db.cc | 4 -- package_meta.cc | 5 -- package_meta.h | 13 +---- package_source.cc | 5 -- package_source.h | 13 +---- package_version.cc | 47 ---------------- package_version.h | 8 +-- postinstall.cc | 5 -- prereq.cc | 5 -- root.cc | 5 -- script.cc | 5 -- simpsock.cc | 5 -- site.cc | 5 -- source.cc | 5 -- state.cc | 5 -- win32.cc | 5 -- 60 files changed, 15 insertions(+), 604 deletions(-) -- 2.8.3