console: Remove deprecated function console_register_line_input
console_register_line_input has been deprecated for at least 2 releases so we can now remove it. Remove native_stdin_register_input that is associated with console_register_line_input. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
127a245fb0
commit
140a8d0c8a
5 changed files with 0 additions and 72 deletions
|
@ -15,11 +15,6 @@ extern "C" {
|
|||
|
||||
void posix_flush_stdout(void);
|
||||
|
||||
#if defined(CONFIG_NATIVE_POSIX_STDIN_CONSOLE)
|
||||
void native_stdin_register_input(struct k_fifo *avail, struct k_fifo *lines,
|
||||
u8_t (*completion)(char *str, u8_t len));
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue