From 5279d519f8e98d6a134e77b54669512f618672bd Mon Sep 17 00:00:00 2001 From: ntfreak Date: Mon, 25 Feb 2008 20:18:26 +0000 Subject: - remove build warnings git-svn-id: svn://svn.berlios.de/openocd/trunk@348 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/helper/options.c') diff --git a/src/helper/options.c b/src/helper/options.c index 89bf1f9b..30dad17d 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -31,7 +31,6 @@ #include #include - static int help_flag; static struct option long_options[] = @@ -47,8 +46,6 @@ static struct option long_options[] = {0, 0, 0, 0} }; - - int configuration_output_handler(struct command_context_s *context, char* line) { INFO(line); @@ -56,7 +53,6 @@ int configuration_output_handler(struct command_context_s *context, char* line) return ERROR_OK; } - int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[]) { int c; -- cgit v1.2.3