From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGSFH-0007ek-FL for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:05:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGSFD-0000RT-Ib for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:05:55 -0500 MIME-Version: 1.0 In-Reply-To: <1450717720-9627-18-git-send-email-eblake@redhat.com> References: <1450717720-9627-1-git-send-email-eblake@redhat.com> <1450717720-9627-18-git-send-email-eblake@redhat.com> Date: Tue, 5 Jan 2016 15:05:50 +0100 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v8 17/35] qapi: Drop unused 'kind' for struct/enum visit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Alexander Graf , "Michael S. Tsirkin" , QEMU , Michael Roth , Markus Armbruster , "open list:sPAPR pseries" , Paolo Bonzini , Luiz Capitulino , =?UTF-8?Q?Andreas_F=C3=A4rber?= , David Gibson Hi On Mon, Dec 21, 2015 at 6:08 PM, Eric Blake wrote: > visit_start_struct() and visit_type_enum() had a 'kind' argument > that was usually set to either the stringized version of the > corresponding qapi type name, or to NULL (although some clients > didn't even get that right). But nothing ever used the argument. > It's even hard to argue that it would be useful in a debugger, > as a stack backtrace also tells which type is being visited. > > Therefore, drop the 'kind' argument as dead. > > Signed-off-by: Eric Blake > Sounds reasonable to me: Reviewed-by: Marc-Andr=C3=A9 Lureau --=20 Marc-Andr=C3=A9 Lureau