Browse Source

HELLO: review unused symbols

Remove unused functions:
- hello_register_commands

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
tags/v0.5.0-rc1
Antonio Borneo 14 years ago
parent
commit
b2468e3c4f
2 changed files with 0 additions and 9 deletions
  1. +0
    -5
      src/hello.c
  2. +0
    -4
      src/hello.h

+ 0
- 5
src/hello.c 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);
}

+ 0
- 4
src/hello.h View File

@@ -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.


Loading…
Cancel
Save