On Mon, Jul 31, 2023 at 09:12:32AM -0700, Stephen Hemminger wrote: > The API functions cmdline_poll() was unused by any project, > untested, and it was buggy. Remove it from 23.11 release. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > doc/guides/rel_notes/release_23_11.rst | 10 +--- > lib/cmdline/cmdline.c | 34 ------------- > lib/cmdline/cmdline.h | 16 ------ > lib/cmdline/cmdline_os_unix.c | 12 ----- > lib/cmdline/cmdline_os_windows.c | 68 -------------------------- > lib/cmdline/cmdline_private.h | 3 -- > lib/cmdline/version.map | 1 - > 7 files changed, 1 insertion(+), 143 deletions(-) >
Acked-by: Bruce Richardson <bruce.richard...@intel.com> with one comment below > diff --git a/doc/guides/rel_notes/release_23_11.rst > b/doc/guides/rel_notes/release_23_11.rst > index 6b4dd21fd0e1..d4c123e5503b 100644 > --- a/doc/guides/rel_notes/release_23_11.rst > +++ b/doc/guides/rel_notes/release_23_11.rst > @@ -59,15 +59,7 @@ New Features > Removed Items > ------------- > > -.. This section should contain removed items in this release. Sample format: > - > - * Add a short 1-2 sentence description of the removed item > - in the past tense. > - > - This section is a comment. Do not overwrite or remove it. > - Also, make sure to start the actual text at the margin. > - ======================================================= > - I believe we keep this boilerplate in place until the finalization of the release. We want to ensure the instructions are read by all who are editing this file.