From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98585 invoked by alias); 16 Oct 2017 03:04:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 98565 invoked by uid 89); 16 Oct 2017 03:04:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:336 X-HELO: gproxy4-pub.mail.unifiedlayer.com Received: from gproxy4-pub.mail.unifiedlayer.com (HELO gproxy4-pub.mail.unifiedlayer.com) (69.89.23.142) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Oct 2017 03:04:37 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy4.mail.unifiedlayer.com (Postfix) with ESMTP id E3E41175D09 for ; Sun, 15 Oct 2017 21:04:35 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id N34Y1w00U2f2jeq0134bbB; Sun, 15 Oct 2017 21:04:35 -0600 X-Authority-Analysis: v=2.2 cv=K4VSJ2eI c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=0h2ouujIVnZCTE16OCEA:9 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:40598 helo=bapiya.localdomain) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e3vhg-003iPW-4V for gdb-patches@sourceware.org; Sun, 15 Oct 2017 21:04:32 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 0/6] more cleanup removals Date: Mon, 16 Oct 2017 03:04:00 -0000 Message-Id: <20171016030427.21349-1-tom@tromey.com> X-BWhitelist: no X-Exim-ID: 1e3vhg-003iPW-4V X-Source-Sender: 184-96-33-178.hlrn.qwest.net (bapiya.localdomain) [184.96.33.178]:40598 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00403.txt.bz2 This series removes more cleanups, using the by-now familiar techniques of replacing data structures with variants that have destructors. Regression tested by the buildbot; which by the way caught a problem in an early version of patch #3... having a builder for your host of choice really helps. Tom