Re: [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function

2024-06-27 Thread Markus Armbruster
John Snow writes: > This function has been unused since fd62bff901b. > > Signed-off-by: John Snow Reviewed-by: Markus Armbruster I assume you won't mind me adding a bit of polish: "since commit fd62bff901b (sphinx/qapidoc: Drop code to generate doc for simple union tag)".

Re: [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function

2024-06-27 Thread Markus Armbruster
Accidental duplicate, please ignore.

Re: [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function

2024-06-27 Thread Markus Armbruster
John Snow writes: > This function has been unused since fd62bff901b. > > Signed-off-by: John Snow Reviewed-by: Markus Armbruster I assume you won't mind me adding a bit of polish: "since commit fd62bff901b (sphinx/qapidoc: Drop code to generate doc for simple union tag)".

Re: [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function

2024-06-26 Thread John Snow
On Thu, Jun 27, 2024, 2:02 AM Markus Armbruster wrote: > John Snow writes: > > > This function has been unused since fd62bff901b. > > > > Signed-off-by: John Snow > > Reviewed-by: Markus Armbruster > > I assume you won't mind me adding a bit of polish: "since commit > fd62bff901b (sphinx/qapid

[PATCH v2 03/21] docs/qapidoc: remove unused intersperse function

2024-06-26 Thread John Snow
This function has been unused since fd62bff901b. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 10 -- 1 file changed, 10 deletions(-) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py index f270b494f01..3c0565d0ceb 100644 --- a/docs/sphinx/qapidoc.py +++ b/docs/sphinx