Remove unused aliases

pull/7745/head
Jarno Lamsa 2018-08-20 12:48:20 +03:00 committed by Olli-Pekka Puolitaival
parent bf7dc1b98e
commit 8a107acaed
1 changed files with 0 additions and 3 deletions

View File

@ -314,9 +314,6 @@ static void sigio_handler(SInfo *info) {
void cmd_socket_init(void)
{
cmd_add("socket", cmd_socket, "socket", MAN_SOCKET);
cmd_alias_add("socket help", "socket -h");
cmd_alias_add("socket --help", "socket -h");
cmd_alias_add("ping server start", "socket echo-server new start");
}
int handle_nsapi_error(const char *function, nsapi_error_t ret)