HELLO: review unused symbols
Remove unused functions: - hello_register_commands Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -20,12 +20,8 @@
|
||||
#ifndef OPENOCD_HELLO_H
|
||||
#define OPENOCD_HELLO_H
|
||||
|
||||
struct command_context;
|
||||
struct command_registration;
|
||||
|
||||
/// Register the hello commands in the specified command_context
|
||||
int hello_register_commands(struct command_context *cmd_ctx);
|
||||
|
||||
/**
|
||||
* Export the registration for the hello command group, so it can be
|
||||
* embedded in example drivers.
|
||||
|
||||
Reference in New Issue
Block a user