Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Jan 4, 2022
1 parent 0360e8a commit 2448301
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions housewiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,6 @@

static int use_houseportal = 0;

static void hc_help (const char *argv0) {

int i = 1;
const char *help;

printf ("%s [-h] [-debug] [-test]%s\n", argv0, echttp_help(0));

printf ("\nGeneral options:\n");
printf (" -h: print this help.\n");

printf ("\nHTTP options:\n");
help = echttp_help(i=1);
while (help) {
printf (" %s\n", help);
help = echttp_help(++i);
}
exit (0);
}

static const char *housewiz_status (const char *method, const char *uri,
const char *data, int length) {
static char buffer[65537];
Expand Down

0 comments on commit 2448301

Please sign in to comment.