From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFukN-0007Lr-Rp for qemu-devel@nongnu.org; Mon, 17 Oct 2011 17:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFukN-0008JN-2W for qemu-devel@nongnu.org; Mon, 17 Oct 2011 17:29:23 -0400 Received: from mout.perfora.net ([74.208.4.194]:58036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFukM-0008JB-Ul for qemu-devel@nongnu.org; Mon, 17 Oct 2011 17:29:23 -0400 From: Michael Roth In-Reply-To: <1318865377-3328-5-git-send-email-lcapitulino@redhat.com> References: <1318865377-3328-1-git-send-email-lcapitulino@redhat.com> <1318865377-3328-5-git-send-email-lcapitulino@redhat.com> Date: Mon, 17 Oct 2011 16:29:13 -0500 Message-Id: <0Mclzd-1RXrGl2gNN-00HiTw@mrelay.perfora.net> Subject: Re: [Qemu-devel] [PATCH 4/4] qapi-types.py: Drop unused variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Reviewed-by: Michael Roth On Mon, 17 Oct 2011 13:29:37 -0200, Luiz Capitulino wrote: > Signed-off-by: Luiz Capitulino > --- > scripts/qapi-types.py | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/scripts/qapi-types.py b/scripts/qapi-types.py > index 4a2ddc4..28d7f01 100644 > --- a/scripts/qapi-types.py > +++ b/scripts/qapi-types.py > @@ -65,7 +65,6 @@ def generate_enum_lookup(name, values): > const char *%(name)s_lookup[] = { > ''', > name=name) > - i = 0 > for value in values: > ret += mcgen(''' > "%(value)s", > -- > 1.7.7.rc3 > -- Sincerely, Mike Roth IBM Linux Technology Center