HELLO: review unused symbols
[fw/openocd] / src / hello.c
index 8cd5fabb47c4a50f1161503befd9c2baed0a54d1..d3fce3dc58821b23a2046b3b9dcf51305244b4c4 100644 (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);
-}