HELLO: review unused symbols

Remove unused functions:
- hello_register_commands

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-04-10 17:23:06 +08:00
parent 4678108034
commit b2468e3c4f
2 changed files with 0 additions and 9 deletions

View File

@@ -121,8 +121,3 @@ const struct command_registration hello_command_handlers[] = {
},
COMMAND_REGISTRATION_DONE
};
int hello_register_commands(struct command_context *cmd_ctx)
{
return register_commands(cmd_ctx, NULL, hello_command_handlers);
}