Re: [PATCH v2 27/38] qapi/gen.py: Remove unused parameter

2020-09-23 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:50PM -0400, John Snow wrote: > module_basename doesn't use the 'what' argument, so remove it. > > Signed-off-by: John Snow Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

Re: [PATCH v2 27/38] qapi/gen.py: Remove unused parameter

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:50PM -0400, John Snow wrote: > module_basename doesn't use the 'what' argument, so remove it. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH v2 27/38] qapi/gen.py: Remove unused parameter

2020-09-22 Thread John Snow
module_basename doesn't use the 'what' argument, so remove it. Signed-off-by: John Snow --- scripts/qapi/gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/qapi/gen.py b/scripts/qapi/gen.py index df8cf8271c..ba32f776e6 100644 --- a/scripts/qapi/gen.py +++ b/sc