mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
client: Remove unused API
This commit is contained in:
parent
79ccff464f
commit
411834e089
@ -76,11 +76,6 @@ bool command_option_get(const char *name, const char **value_out)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool command_has_options(void)
|
||||
{
|
||||
return !l_queue_isempty(command_options);
|
||||
}
|
||||
|
||||
static enum cmd_status cmd_version(const char *entity,
|
||||
char **argv, int argc)
|
||||
{
|
||||
|
@ -58,7 +58,6 @@ struct command_family {
|
||||
};
|
||||
|
||||
bool command_option_get(const char *name, const char **value_out);
|
||||
bool command_has_options(void);
|
||||
|
||||
bool command_line_find_token(const char *token, uint8_t num_to_inspect);
|
||||
char **command_completion(const char *text, int start, int end);
|
||||
|
Loading…
Reference in New Issue
Block a user