Reviewed-by: Michael Roth <mdr...@linux.vnet.ibm.com> On Mon, 17 Oct 2011 13:29:37 -0200, Luiz Capitulino <lcapitul...@redhat.com> wrote: > Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com> > --- > 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