Re: [PATCH] kconfig: Remove menu_end_entry()

2017-12-13 Thread Ulf Magnusson
On Wed, Dec 13, 2017 at 5:32 PM, Ulf Magnusson wrote: > On Sat, Dec 9, 2017 at 5:27 PM, Masahiro Yamada > wrote: >> 2017-10-05 11:36 GMT+09:00 Ulf Magnusson : >>> menu_end_entry() is empty and completely unused as far as I can tell: >>> >>> $ git log -G menu_end_entry --oneline >>>

Re: [PATCH] kconfig: Remove menu_end_entry()

2017-12-13 Thread Ulf Magnusson
On Sat, Dec 9, 2017 at 5:27 PM, Masahiro Yamada wrote: > 2017-10-05 11:36 GMT+09:00 Ulf Magnusson : >> menu_end_entry() is empty and completely unused as far as I can tell: >> >> $ git log -G menu_end_entry --oneline >> a02f057 [PATCH] kconfig: improve error handling in the parser

Re: [PATCH] kconfig: Remove menu_end_entry()

2017-12-09 Thread Masahiro Yamada
2017-10-05 11:36 GMT+09:00 Ulf Magnusson : > menu_end_entry() is empty and completely unused as far as I can tell: > > $ git log -G menu_end_entry --oneline > a02f057 [PATCH] kconfig: improve error handling in the parser > 1da177e Linux-2.6.12-rc2 > > Last one is the initial

[PATCH] kconfig: Remove menu_end_entry()

2017-10-04 Thread Ulf Magnusson
menu_end_entry() is empty and completely unused as far as I can tell: $ git log -G menu_end_entry --oneline a02f057 [PATCH] kconfig: improve error handling in the parser 1da177e Linux-2.6.12-rc2 Last one is the initial Git commit, where menu_end_entry() is empty as well. I