shell: remove unused function shell_command_add

This function is not used at all.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
Jakub Rzeszutko 2020-12-07 16:04:25 +01:00 committed by Carles Cufí
commit 0738e1f04d
2 changed files with 0 additions and 30 deletions

View file

@ -77,9 +77,6 @@ const struct shell_static_entry *shell_get_last_command(
struct shell_static_entry *dloc,
bool only_static);
int shell_command_add(char *buff, uint16_t *buff_len,
const char *new_cmd, const char *pattern);
const struct shell_static_entry *shell_root_cmd_find(const char *syntax);
void shell_spaces_trim(char *str);