]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove definition of unused subroutine in ua_dotcmds.c
authorKern Sibbald <kern@sibbald.com>
Thu, 29 Oct 2009 14:22:06 +0000 (15:22 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 29 Oct 2009 14:22:06 +0000 (15:22 +0100)
bacula/src/dird/ua_dotcmds.c

index 677447c96767d34bc9c7892148559baf349c789a..fd2dfdef28bd916f7493953987d1be36465f0bce 100644 (file)
@@ -78,7 +78,6 @@ static bool api_cmd(UAContext *ua, const char *cmd);
 static bool sql_cmd(UAContext *ua, const char *cmd);
 static bool dot_quit_cmd(UAContext *ua, const char *cmd);
 static bool dot_help_cmd(UAContext *ua, const char *cmd);
-static bool helpscmd(UAContext *ua, const char *cmd);
 
 struct cmdstruct { const char *key; bool (*func)(UAContext *ua, const char *cmd); const char *help;const bool use_in_rs;};
 static struct cmdstruct commands[] = { /* help */  /* can be used in runscript */