From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 493501F4C0 for ; Mon, 21 Oct 2019 11:22:29 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] dead code elimination Date: Mon, 21 Oct 2019 11:22:22 +0000 Message-Id: <20191021112229.3029-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I noticed OverIdx->delete_articles was unused while working on the --reindex bug with multiple Message-IDs, and went looking for more dead code. This should make release tarballs smaller, at least. Eric Wong (7): overidx: remove unused delete_articles sub www: remove unused ctx_get sub inboxwritable: import_maildir uses maildir_path_load watchmaildir: remove redundant _path_to_mime git: remove src_blob_url hval: remove new_oneline syscall: get rid of sendfile wrappers for now lib/PublicInbox/Git.pm | 11 ----- lib/PublicInbox/Hval.pm | 8 ---- lib/PublicInbox/InboxWritable.pm | 2 +- lib/PublicInbox/OverIdx.pm | 6 --- lib/PublicInbox/Syscall.pm | 75 +------------------------------- lib/PublicInbox/WWW.pm | 7 --- lib/PublicInbox/WatchMaildir.pm | 20 ++------- 7 files changed, 5 insertions(+), 124 deletions(-)