summaryrefslogtreecommitdiff
path: root/src/hello.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 17:23:06 +0800
committerAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 17:23:06 +0800
commitb2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb (patch)
tree32d4e3e76e332d4db430d263d92f3949a47f5da3 /src/hello.c
parent46781080347af4f207cec108dfc2f96da61dcbfa (diff)
downloadopenocd+libswd-b2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb.tar.gz
openocd+libswd-b2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb.tar.bz2
openocd+libswd-b2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb.tar.xz
openocd+libswd-b2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb.zip
HELLO: review unused symbols
Remove unused functions: - hello_register_commands Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/hello.c')
-rw-r--r--src/hello.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hello.c b/src/hello.c
index 8cd5fabb..d3fce3dc 100644
--- a/src/hello.c
+++ b/src/hello.c
@@ -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);
-}